COLOR #09201E

HEX: #09201E RGB: (9,32,30)

Color info

#09201E contains red, green and blue colors in about the same proportion. Web safe color of #09201E is #003333 (or #033).

RGB color model

#09201E color RGB value is (9,32,30).

RGB: (9,32,30) (4%, 13%, 12%)

RGB channels and saturation

R 9 of 255 = 4%
G 32 of 255 = 13%
B 30 of 255 = 12%

9
32
30

R + G + B ~ 10%. #09201E is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 32 + 30 = 71 (100%)
R 9 of 71 ~ 12.68%
G 32 of 71 ~ 45.07%
B 30 of 71 ~ 42.25'%

%12.68
%45.07
%42.25

CMYK color model

#09201E color CMYK value is (72,0,6,87).

  • cyan value is 71.88%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 87.45%
CMYK: (72,0,6,87) C72M0Y6K87 (72%,0%,6%,87%) (0.72/0.00/0.06/0.87) 

CMYK percentages

%71.88
%0
%6.25
%87.45

Codes

Color #09201E in popluar color models

09 20 1E
RGB 9 32 30
HSL 175° 56.10% 8.04%
HSB/HSV 175° 71.88% 12.55%
CMYK 71.88% 0.00% 6.25%
87.45%

Color #09201E in popluar number systems.

HEX 09 20 1E
Decimal 9 32 30
Binary 1001 100000 11110
Octal 11 40 36

Shades and tints

Shades of #09201E

#09201E
(9,32,30)
#091E1C
(9,30,28)
#091C1A
(9,28,26)
#091A18
(9,26,24)
#091816
(9,24,22)
#091614
(9,22,20)
#091412
(9,20,18)
#091210
(9,18,16)
#09100E
(9,16,14)
#090E0C
(9,14,12)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #09201E

#09201E
(9,32,30)
#1F3432
(31,52,50)
#354846
(53,72,70)
#4B5C5A
(75,92,90)
#61706E
(97,112,110)
#778482
(119,132,130)
#8D9896
(141,152,150)
#A3ACAA
(163,172,170)
#B9C0BE
(185,192,190)
#CFD4D2
(207,212,210)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09201E color. Also use rgb(9,32,30) instead hex code.

Text Font Color

.myTextColor { color: #09201E; }

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

This text font color is #09201E.

Background Color

.myBgColor { background-color: #09201E; }

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

This div background color is #09201E.

Border color

.myBorderColor { border: 1px solid #09201E; }

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

This div border color is #09201E.

Opacity

.myOpacity80 { color: #09201E; opacity: 0.8; }

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

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

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

This text has shadow with #09201E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09201E.

Preview

Color preview on black background

This text has color #09201E on black background.


Color preview on white background

This text has color #09201E on white background.


Black color preview on #09201E background

This text has black color on #09201E background.


White color preview on #09201E background

This text has white color on #09201E background.


Related colors

Complementary color

Complementary color for #hex is #F6DFE1.


I love getcolorcode.com

Triadic colors

1 #1E0920 and #201E09 with #09201E are triadic colors.

2 #1E2009 and #20091E with #09201E are triadic colors.