COLOR #191D09

HEX: #191D09 RGB: (25,29,9)

Color info

#191D09 contains red, green and blue colors in about the same proportion. Web safe color of #191D09 is #003300 (or #030).

RGB color model

#191D09 color RGB value is (25,29,9).

RGB: (25,29,9) (10%, 11%, 4%)

RGB channels and saturation

R 25 of 255 = 10%
G 29 of 255 = 11%
B 9 of 255 = 4%

25
29
9

R + G + B ~ 8%. #191D09 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 29 + 9 = 63 (100%)
R 25 of 63 ~ 39.68%
G 29 of 63 ~ 46.03%
B 9 of 63 ~ 14.29'%

%39.68
%46.03
%14.29

CMYK color model

#191D09 color CMYK value is (14,0,69,89).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 68.97%
  • key color value is 88.63%

CMYK: (14,0,69,89)
C14M0Y69K89 (14%, 0%, 69%, 89%)
(0.14 / 0.00 / 0.69 / 0.89)

CMYK percentages

%13.79
%0
%68.97
%88.63

Codes

Color #191D09 in popluar color models

19 1D 09
RGB 25 29 9
HSL 72° 52.63% 7.45%
HSB/HSV 72° 68.97% 11.37%
CMYK 13.79% 0.00% 68.97%
88.63%

Color #191D09 in popluar number systems.

HEX 19 1D 09
Decimal 25 29 9
Binary 11001 11101 1001
Octal 31 35 11

Shades and tints

Shades of #191D09

#191D09
(25,29,9)
#171B09
(23,27,9)
#151909
(21,25,9)
#131709
(19,23,9)
#111509
(17,21,9)
#0F1309
(15,19,9)
#0D1109
(13,17,9)
#0B0F09
(11,15,9)
#090D09
(9,13,9)
#070B09
(7,11,9)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #191D09

#191D09
(25,29,9)
#2D311F
(45,49,31)
#414535
(65,69,53)
#55594B
(85,89,75)
#696D61
(105,109,97)
#7D8177
(125,129,119)
#91958D
(145,149,141)
#A5A9A3
(165,169,163)
#B9BDB9
(185,189,185)
#CDD1CF
(205,209,207)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #191D09 color. Also use rgb(25,29,9) instead hex code.

Text Font Color

.myTextColor { color: #191D09; }

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

This text font color is #191D09.

Background Color

.myBgColor { background-color: #191D09; }

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

This div background color is #191D09.

Border color

.myBorderColor { border: 1px solid #191D09; }

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

This div border color is #191D09.

Opacity

.myOpacity80 { color: #191D09; opacity: 0.8; }

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

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

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

This text has shadow with #191D09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #191D09.

Preview

Color preview on black background

This text has color #191D09 on black background.


Color preview on white background

This text has color #191D09 on white background.


Black color preview on #191D09 background

This text has black color on #191D09 background.


White color preview on #191D09 background

This text has white color on #191D09 background.


Related colors

Complementary color

Complementary color for #hex is #E6E2F6.


I love getcolorcode.com

Triadic colors

1 #09191D and #1D0919 with #191D09 are triadic colors.

2 #091D19 and #1D1909 with #191D09 are triadic colors.