COLOR #1F1109

HEX: #1F1109
RGB: (31,17,9)

Color info

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

RGB color model

#1F1109 color RGB value is (31,17,9).

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

RGB channels and saturation

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

31
17
9

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

Portions of RGB colors in percentages

R + G + B =
31 + 17 + 9 = 57 (100%)
R 31 of 57 ~ 54.39%
G 17 of 57 ~ 29.82%
B 9 of 57 ~ 15.79%

%54.39
%29.82
%15.79

CMYK color model

#1F1109 color CMYK value is (0,45,71,88).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 70.97%
  • key color value is 87.84%
CMYK:
(0,45,71,88)
C0M45Y71K88 
(0%,45%,71%,88%)
(0.00/0.45/0.71/0.88)	

CMYK percentages

%0
%45.16
%70.97
%87.84

Codes

Color #1F1109 in popluar color models

1F1109
RGB31179
HSL22°55.00%7.84%
HSB/HSV22°70.97%12.16%
CMYK0.00%45.16%70.97%
87.84%

Color #1F1109 in popluar number systems.

HEX1F1109
Decimal31179
Binary11111100011001
Octal372111

Shades and tints

Shades of #1F1109

#1F1109
(31,17,9)
#1D1009
(29,16,9)
#1B0F09
(27,15,9)
#190E09
(25,14,9)
#170D09
(23,13,9)
#150C09
(21,12,9)
#130B09
(19,11,9)
#110A09
(17,10,9)
#0F0909
(15,9,9)
#0D0809
(13,8,9)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #1F1109

#1F1109
(31,17,9)
#33261F
(51,38,31)
#473B35
(71,59,53)
#5B504B
(91,80,75)
#6F6561
(111,101,97)
#837A77
(131,122,119)
#978F8D
(151,143,141)
#ABA4A3
(171,164,163)
#BFB9B9
(191,185,185)
#D3CECF
(211,206,207)
#E7E3E5
(231,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1109; }

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

This text font color is #1F1109.


Background Color

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

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

This div background color is #1F1109.


Border color

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

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

This div border color is #1F1109.


Opacity

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

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

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

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

This text has shadow with #1F1109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F1109 on black background.


Color preview on white background

This text has color #1F1109 on white background.



Black color preview on #1F1109 background

This text has black color on #1F1109 background.


White color preview on #1F1109 background

This text has white color on #1F1109 background.