COLOR #20090E

HEX: #20090E RGB: (32,9,14)

Color info

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

RGB color model

#20090E color RGB value is (32,9,14).

RGB: (32,9,14) (13%, 4%, 5%)

RGB channels and saturation

R 32 of 255 = 13%
G 9 of 255 = 4%
B 14 of 255 = 5%

32
9
14

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

Portions of RGB colors in percentages

R + G + B = 32 + 9 + 14 = 55 (100%)
R 32 of 55 ~ 58.18%
G 9 of 55 ~ 16.36%
B 14 of 55 ~ 25.45'%

%58.18
%16.36
%25.45

CMYK color model

#20090E color CMYK value is (0,72,56,87).

  • cyan value is 0.00%
  • magenta value is 71.88%
  • yellow value is 56.25%
  • key color value is 87.45%
CMYK: (0,72,56,87) C0M72Y56K87 (0%,72%,56%,87%) (0.00/0.72/0.56/0.87) 

CMYK percentages

%0
%71.88
%56.25
%87.45

Codes

Color #20090E in popluar color models

20 09 0E
RGB 32 9 14
HSL 347° 56.10% 8.04%
HSB/HSV 347° 71.88% 12.55%
CMYK 0.00% 71.88% 56.25%
87.45%

Color #20090E in popluar number systems.

HEX 20 09 0E
Decimal 32 9 14
Binary 100000 1001 1110
Octal 40 11 16

Shades and tints

Shades of #20090E

#20090E
(32,9,14)
#1E090D
(30,9,13)
#1C090C
(28,9,12)
#1A090B
(26,9,11)
#18090A
(24,9,10)
#160909
(22,9,9)
#140908
(20,9,8)
#120907
(18,9,7)
#100906
(16,9,6)
#0E0905
(14,9,5)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #20090E

#20090E
(32,9,14)
#341F23
(52,31,35)
#483538
(72,53,56)
#5C4B4D
(92,75,77)
#706162
(112,97,98)
#847777
(132,119,119)
#988D8C
(152,141,140)
#ACA3A1
(172,163,161)
#C0B9B6
(192,185,182)
#D4CFCB
(212,207,203)
#E8E5E0
(232,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #20090E; }

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

This text font color is #20090E.

Background Color

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

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

This div background color is #20090E.

Border color

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

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

This div border color is #20090E.

Opacity

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

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

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

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

This text has shadow with #20090E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20090E.

Preview

Color preview on black background

This text has color #20090E on black background.


Color preview on white background

This text has color #20090E on white background.


Black color preview on #20090E background

This text has black color on #20090E background.


White color preview on #20090E background

This text has white color on #20090E background.


Related colors

Complementary color

Complementary color for #hex is #DFF6F1.


I love getcolorcode.com

Triadic colors

1 #0E2009 and #090E20 with #20090E are triadic colors.

2 #0E0920 and #09200E with #20090E are triadic colors.