COLOR #190600

HEX: #190600 RGB: (25,6,0)

Color info

#190600 contains only red and green colors. Web safe color of #190600 is #000000 (or #000).

RGB color model

#190600 color RGB value is (25,6,0).

RGB: (25,6,0) (10%, 2%, 0%)

RGB channels and saturation

R 25 of 255 = 10%
G 6 of 255 = 2%
B 0 of 255 = 0%

25
6
0

R + G + B ~ 4%. #190600 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 6 + 0 = 31 (100%)
R 25 of 31 ~ 80.65%
G 6 of 31 ~ 19.35%
B 0 of 31 ~ 0'%

%80.65
%19.35

CMYK color model

#190600 color CMYK value is (0,76,100,90).

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

CMYK: (0,76,100,90)
C0M76Y100K90 (0%, 76%, 100%, 90%)
(0.00 / 0.76 / 1.00 / 0.90)

CMYK percentages

%0
%76
%100
%90.2

Codes

Color #190600 in popluar color models

19 06 00
RGB 25 6 0
HSL 14° 100.00% 4.90%
HSB/HSV 14° 100.00% 9.80%
CMYK 0.00% 76.00% 100.00%
90.20%

Color #190600 in popluar number systems.

HEX 19 06 00
Decimal 25 6 0
Binary 11001 110 0
Octal 31 6 0

Shades and tints

Shades of #190600

#190600
(25,6,0)
#170600
(23,6,0)
#150600
(21,6,0)
#130600
(19,6,0)
#110600
(17,6,0)
#0F0600
(15,6,0)
#0D0600
(13,6,0)
#0B0600
(11,6,0)
#090600
(9,6,0)
#070600
(7,6,0)
#050600
(5,6,0)
#000000
(0,0,0)

Tints of #190600

#190600
(25,6,0)
#2D1C17
(45,28,23)
#41322E
(65,50,46)
#554845
(85,72,69)
#695E5C
(105,94,92)
#7D7473
(125,116,115)
#918A8A
(145,138,138)
#A5A0A1
(165,160,161)
#B9B6B8
(185,182,184)
#CDCCCF
(205,204,207)
#E1E2E6
(225,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #190600; }

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

This text font color is #190600.

Background Color

.myBgColor { background-color: #190600; }

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

This div background color is #190600.

Border color

.myBorderColor { border: 1px solid #190600; }

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

This div border color is #190600.

Opacity

.myOpacity80 { color: #190600; opacity: 0.8; }

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

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

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

This text has shadow with #190600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #190600.

Preview

Color preview on black background

This text has color #190600 on black background.


Color preview on white background

This text has color #190600 on white background.


Black color preview on #190600 background

This text has black color on #190600 background.


White color preview on #190600 background

This text has white color on #190600 background.


Related colors

Complementary color

Complementary color for #hex is #E6F9FF.


I love getcolorcode.com

Triadic colors

1 #001906 and #060019 with #190600 are triadic colors.

2 #000619 and #061900 with #190600 are triadic colors.