COLOR #191209

HEX: #191209
RGB: (25,18,9)

Color info

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

RGB color model

#191209 color RGB value is (25,18,9).

  • red value is 25;
  • green value is 18;
  • blue value is 9.
RGB:
(25,18,9)
(10%,7%,4%)

RGB channels and saturation

R 25 of 255 = 10%
G 18 of 255 = 7%
B 9 of 255 = 4%

25
18
9

R + G + B ~ 7%. #191209 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 18 + 9 = 52 (100%)
R 25 of 52 ~ 48.08%
G 18 of 52 ~ 34.62%
B 9 of 52 ~ 17.31%

%48.08
%34.62
%17.31

CMYK color model

#191209 color CMYK value is (0,28,64,90).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 64.00%
  • key color value is 90.20%
CMYK:
(0,28,64,90)
C0M28Y64K90 
(0%,28%,64%,90%)
(0.00/0.28/0.64/0.90)	

CMYK percentages

%0
%28
%64
%90.2

Codes

Color #191209 in popluar color models

191209
RGB25189
HSL34°47.06%6.67%
HSB/HSV34°64.00%9.80%
CMYK0.00%28.00%64.00%
90.20%

Color #191209 in popluar number systems.

HEX191209
Decimal25189
Binary11001100101001
Octal312211

Shades and tints

Shades of #191209

#191209
(25,18,9)
#171109
(23,17,9)
#151009
(21,16,9)
#130F09
(19,15,9)
#110E09
(17,14,9)
#0F0D09
(15,13,9)
#0D0C09
(13,12,9)
#0B0B09
(11,11,9)
#090A09
(9,10,9)
#070909
(7,9,9)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #191209

#191209
(25,18,9)
#2D271F
(45,39,31)
#413C35
(65,60,53)
#55514B
(85,81,75)
#696661
(105,102,97)
#7D7B77
(125,123,119)
#91908D
(145,144,141)
#A5A5A3
(165,165,163)
#B9BAB9
(185,186,185)
#CDCFCF
(205,207,207)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #191209; }

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

This text font color is #191209.


Background Color

.myBgColor { background-color: #191209; }

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

This div background color is #191209.


Border color

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

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

This div border color is #191209.


Opacity

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

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

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

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

This text has shadow with #191209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191209 on black background.


Color preview on white background

This text has color #191209 on white background.



Black color preview on #191209 background

This text has black color on #191209 background.


White color preview on #191209 background

This text has white color on #191209 background.