COLOR #190C06

HEX: #190C06 RGB: (25,12,6)

Color info

#190C06 contains red, green and blue colors in about the same proportion. Web safe color of #190C06 is #000000 (or #000).

RGB color model

#190C06 color RGB value is (25,12,6).

RGB: (25,12,6) (10%, 5%, 2%)

RGB channels and saturation

R 25 of 255 = 10%
G 12 of 255 = 5%
B 6 of 255 = 2%

25
12
6

R + G + B ~ 6%. #190C06 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 12 + 6 = 43 (100%)
R 25 of 43 ~ 58.14%
G 12 of 43 ~ 27.91%
B 6 of 43 ~ 13.95'%

%58.14
%27.91
%13.95

CMYK color model

#190C06 color CMYK value is (0,52,76,90).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 76.00%
  • key color value is 90.20%

CMYK: (0,52,76,90)
C0M52Y76K90 (0%, 52%, 76%, 90%)
(0.00 / 0.52 / 0.76 / 0.90)

CMYK percentages

%0
%52
%76
%90.2

Codes

Color #190C06 in popluar color models

19 0C 06
RGB 25 12 6
HSL 19° 61.29% 6.08%
HSB/HSV 19° 76.00% 9.80%
CMYK 0.00% 52.00% 76.00%
90.20%

Color #190C06 in popluar number systems.

HEX 19 0C 06
Decimal 25 12 6
Binary 11001 1100 110
Octal 31 14 6

Shades and tints

Shades of #190C06

#190C06
(25,12,6)
#170B06
(23,11,6)
#150A06
(21,10,6)
#130906
(19,9,6)
#110806
(17,8,6)
#0F0706
(15,7,6)
#0D0606
(13,6,6)
#0B0506
(11,5,6)
#090406
(9,4,6)
#070306
(7,3,6)
#050206
(5,2,6)
#000000
(0,0,0)

Tints of #190C06

#190C06
(25,12,6)
#2D221C
(45,34,28)
#413832
(65,56,50)
#554E48
(85,78,72)
#69645E
(105,100,94)
#7D7A74
(125,122,116)
#91908A
(145,144,138)
#A5A6A0
(165,166,160)
#B9BCB6
(185,188,182)
#CDD2CC
(205,210,204)
#E1E8E2
(225,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190C06 color. Also use rgb(25,12,6) instead hex code.

Text Font Color

.myTextColor { color: #190C06; }

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

This text font color is #190C06.

Background Color

.myBgColor { background-color: #190C06; }

<div style="background-color:#190C06">Inner text</div>

This div background color is #190C06.

Border color

.myBorderColor { border: 1px solid #190C06; }

<div style="border:3px solid #190C06">Div</div>

This div border color is #190C06.

Opacity

.myOpacity80 { color: #190C06; opacity: 0.8; }

<p style="color:#190C06;opacity:0.8;">80%</p>

Text with #190C06 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 #190C06;}

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

This text has shadow with #190C06 color.


.textShadow {text-shadow: 3px 3px 1px #190C06', 3px 3px 1px red;}

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

This text has shadow with #190C06 primary color and red secondary color.


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

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

This text has shadow with #190C06 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #190C06; -webkit-box-shadow: 1px 1px 3px 2px #190C06; box-shadow:1px 1px 3px 2px #190C06;">
Div content here
</div>

This div box has shadow with color #190C06.

Preview

Color preview on black background

This text has color #190C06 on black background.


Color preview on white background

This text has color #190C06 on white background.


Black color preview on #190C06 background

This text has black color on #190C06 background.


White color preview on #190C06 background

This text has white color on #190C06 background.


Related colors

Complementary color

Complementary color for #hex is #E6F3F9.


I love getcolorcode.com

Triadic colors

1 #06190C and #0C0619 with #190C06 are triadic colors.

2 #060C19 and #0C1906 with #190C06 are triadic colors.