COLOR #1F1209

HEX: #1F1209
RGB: (31,18,9)

Color info

#1F1209 contains red, green and blue colors in about the same proportion. Web safe color of #1F1209 is #330000 (or #300).

RGB color model

#1F1209 color RGB value is (31,18,9).

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

RGB channels and saturation

R 31 of 255 = 12%
G 18 of 255 = 7%
B 9 of 255 = 4%

31
18
9

R + G + B ~ 8%. #1F1209 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 18 + 9 = 58 (100%)
R 31 of 58 ~ 53.45%
G 18 of 58 ~ 31.03%
B 9 of 58 ~ 15.52%

%53.45
%31.03
%15.52

CMYK color model

#1F1209 color CMYK value is (0,42,71,88).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 70.97%
  • key color value is 87.84%
CMYK:
(0,42,71,88)
C0M42Y71K88 
(0%,42%,71%,88%)
(0.00/0.42/0.71/0.88)	

CMYK percentages

%0
%41.94
%70.97
%87.84

Codes

Color #1F1209 in popluar color models

1F1209
RGB31189
HSL25°55.00%7.84%
HSB/HSV25°70.97%12.16%
CMYK0.00%41.94%70.97%
87.84%

Color #1F1209 in popluar number systems.

HEX1F1209
Decimal31189
Binary11111100101001
Octal372211

Shades and tints

Shades of #1F1209

#1F1209
(31,18,9)
#1D1109
(29,17,9)
#1B1009
(27,16,9)
#190F09
(25,15,9)
#170E09
(23,14,9)
#150D09
(21,13,9)
#130C09
(19,12,9)
#110B09
(17,11,9)
#0F0A09
(15,10,9)
#0D0909
(13,9,9)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #1F1209

#1F1209
(31,18,9)
#33271F
(51,39,31)
#473C35
(71,60,53)
#5B514B
(91,81,75)
#6F6661
(111,102,97)
#837B77
(131,123,119)
#97908D
(151,144,141)
#ABA5A3
(171,165,163)
#BFBAB9
(191,186,185)
#D3CFCF
(211,207,207)
#E7E4E5
(231,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1209; }

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

This text font color is #1F1209.


Background Color

.myBgColor { background-color: #1F1209; }

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

This div background color is #1F1209.


Border color

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

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

This div border color is #1F1209.


Opacity

.myOpacity80 { color: #1F1209; opacity: 0.8; }

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

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

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

This text has shadow with #1F1209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1209 on black background.


Color preview on white background

This text has color #1F1209 on white background.



Black color preview on #1F1209 background

This text has black color on #1F1209 background.


White color preview on #1F1209 background

This text has white color on #1F1209 background.