COLOR #1F1E09

HEX: #1F1E09 RGB: (31,30,9)

Color info

#1F1E09 contains red, green and blue colors in about the same proportion. Web safe color of #1F1E09 is #333300 (or #330).

RGB color model

#1F1E09 color RGB value is (31,30,9).

RGB: (31,30,9) (12%, 12%, 4%)

RGB channels and saturation

R 31 of 255 = 12%
G 30 of 255 = 12%
B 9 of 255 = 4%

31
30
9

R + G + B ~ 9%. #1F1E09 is dark color.

Portions of RGB colors in percentages

R + G + B = 31 + 30 + 9 = 70 (100%)
R 31 of 70 ~ 44.29%
G 30 of 70 ~ 42.86%
B 9 of 70 ~ 12.86'%

%44.29
%42.86
%12.86

CMYK color model

#1F1E09 color CMYK value is (0,3,71,88).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 70.97%
  • key color value is 87.84%

CMYK: (0,3,71,88)
C0M3Y71K88 (0%, 3%, 71%, 88%)
(0.00 / 0.03 / 0.71 / 0.88)

CMYK percentages

%0
%3.23
%70.97
%87.84

Codes

Color #1F1E09 in popluar color models

1F 1E 09
RGB 31 30 9
HSL 57° 55.00% 7.84%
HSB/HSV 57° 70.97% 12.16%
CMYK 0.00% 3.23% 70.97%
87.84%

Color #1F1E09 in popluar number systems.

HEX 1F 1E 09
Decimal 31 30 9
Binary 11111 11110 1001
Octal 37 36 11

Shades and tints

Shades of #1F1E09

#1F1E09
(31,30,9)
#1D1C09
(29,28,9)
#1B1A09
(27,26,9)
#191809
(25,24,9)
#171609
(23,22,9)
#151409
(21,20,9)
#131209
(19,18,9)
#111009
(17,16,9)
#0F0E09
(15,14,9)
#0D0C09
(13,12,9)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #1F1E09

#1F1E09
(31,30,9)
#33321F
(51,50,31)
#474635
(71,70,53)
#5B5A4B
(91,90,75)
#6F6E61
(111,110,97)
#838277
(131,130,119)
#97968D
(151,150,141)
#ABAAA3
(171,170,163)
#BFBEB9
(191,190,185)
#D3D2CF
(211,210,207)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F1E09; }

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

This text font color is #1F1E09.

Background Color

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

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

This div background color is #1F1E09.

Border color

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

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

This div border color is #1F1E09.

Opacity

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

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

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

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

This text has shadow with #1F1E09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1F1E09.

Preview

Color preview on black background

This text has color #1F1E09 on black background.


Color preview on white background

This text has color #1F1E09 on white background.


Black color preview on #1F1E09 background

This text has black color on #1F1E09 background.


White color preview on #1F1E09 background

This text has white color on #1F1E09 background.


Related colors

Complementary color

Complementary color for #hex is #E0E1F6.


I love getcolorcode.com

Triadic colors

1 #091F1E and #1E091F with #1F1E09 are triadic colors.

2 #091E1F and #1E1F09 with #1F1E09 are triadic colors.