COLOR #130C13

HEX: #130C13
RGB: (19,12,19)

Renk bilgisi

#130C13 contains red, green and blue colors in about the same proportion. #130C13 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#130C13 color RGB value is (19,12,19).

  • kırmız ton 19;
  • yeşil ton 12;
  • mavi ton 19.
RGB:
(19,12,19)
(7%,5%,7%)

RGB bağlantıları ve doygunluk

R 19 of 255 = 7%
G 12 of 255 = 5%
B 19 of 255 = 7%

19
12
19

R + G + B ~ 6%. #130C13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
19 + 12 + 19 = 50 (100%)
R 19 of 50 ~ 38%
G 12 of 50 ~ 24%
B 19 of 50 ~ 38%

%38
%24
%38

CMYK RENK MODELİ

#130C13 rengi CMYK tonu (0,37,0,93).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.84%
  • sarı tonu 0.00%
  • ana renk tonu 92.55%
CMYK:
(0,37,0,93)
C0M37Y0K93 
(0%,37%,0%,93%)
(0.00/0.37/0.00/0.93)	

CMYK yüzdeleri

%0
%36.84
%0
%92.55

Codes

Color #130C13 in popluar color models

130C13
RGB191219
HSL300°22.58%6.08%
HSB/HSV300°36.84%7.45%
CMYK0.00%36.84%0.00%
92.55%

Color #130C13 in popluar number systems.

HEX130C13
Decimal191219
Binary10011110010011
Octal231423

Shades and tints

Shades of #130C13

#130C13
(19,12,19)
#120B12
(18,11,18)
#110A11
(17,10,17)
#100910
(16,9,16)
#0F080F
(15,8,15)
#0E070E
(14,7,14)
#0D060D
(13,6,13)
#0C050C
(12,5,12)
#0B040B
(11,4,11)
#0A030A
(10,3,10)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #130C13

#130C13
(19,12,19)
#282228
(40,34,40)
#3D383D
(61,56,61)
#524E52
(82,78,82)
#676467
(103,100,103)
#7C7A7C
(124,122,124)
#919091
(145,144,145)
#A6A6A6
(166,166,166)
#BBBCBB
(187,188,187)
#D0D2D0
(208,210,208)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130C13 color. Also use rgb(19,12,19) instead hex code.

Text Font Color

.myTextColor { color: #130C13; }

<p style="color:#130C13">This sample text font color is #130C13.</p>

This text font color is #130C13.


Background Color

.myBgColor { background-color: #130C13; }

<div style="background-color:#130C13">Inner text</div>

This div background color is #130C13.


Border color

.myBorderColor { border: 1px solid #130C13; }

<div style="border:3px solid #130C13">Div</div>

This div border color is #130C13.


Opacity

.myOpacity80 { color: #130C13; opacity: 0.8; }

<p style="color:#130C13;opacity:0.8;">80%</p>

Text with #130C13 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #130C13;}

<p style="text-shadow: 3px 3px 1px #130C13">Text here.</p>

This text has shadow with #130C13 color.

.textShadow {text-shadow: 3px 3px 1px #130C13, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #130C13, 5px 5px 20px red">Text here.</p>

This text has shadow with #130C13 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#130C13, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#130C13, Direction=45, Strength=4)">Text</p>

This text has shadow with #130C13 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #130C13;
  -webkit-box-shadow:	1px 1px 3px 2px #130C13;
  box-shadow:		1px 1px 3px 2px #130C13;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #130C13;
-webkit-box-shadow: 1px 1px 3px 2px #130C13;
box-shadow:1px 1px 3px 2px #130C13;">
Div content here</div>
This div box has shadow with color #130C13.

Preview

Color preview on black background

This text has color #130C13 on black background.


Color preview on white background

This text has color #130C13 on white background.



Black color preview on #130C13 background

This text has black color on #130C13 background.


White color preview on #130C13 background

This text has white color on #130C13 background.