COLOR #021209

HEX: #021209 RGB: (2,18,9)

Color info

#021209 contains red, green and blue colors in about the same proportion. Web safe color of #021209 is #000000 (or #000).

RGB color model

#021209 color RGB value is (2,18,9).

RGB: (2,18,9) (1%, 7%, 4%)

RGB channels and saturation

R 2 of 255 = 1%
G 18 of 255 = 7%
B 9 of 255 = 4%

2
18
9

R + G + B ~ 4%. #021209 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 18 + 9 = 29 (100%)
R 2 of 29 ~ 6.9%
G 18 of 29 ~ 62.07%
B 9 of 29 ~ 31.03'%

%62.07
%31.03

CMYK color model

#021209 color CMYK value is (89,0,50,93).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 92.94%
CMYK: (89,0,50,93) C89M0Y50K93 (89%,0%,50%,93%) (0.89/0.00/0.50/0.93) 

CMYK percentages

%88.89
%0
%50
%92.94

Codes

Color #021209 in popluar color models

02 12 09
RGB 2 18 9
HSL 146° 80.00% 3.92%
HSB/HSV 146° 88.89% 7.06%
CMYK 88.89% 0.00% 50.00%
92.94%

Color #021209 in popluar number systems.

HEX 02 12 09
Decimal 2 18 9
Binary 10 10010 1001
Octal 2 22 11

Shades and tints

Shades of #021209

#021209
(2,18,9)
#021109
(2,17,9)
#021009
(2,16,9)
#020F09
(2,15,9)
#020E09
(2,14,9)
#020D09
(2,13,9)
#020C09
(2,12,9)
#020B09
(2,11,9)
#020A09
(2,10,9)
#020909
(2,9,9)
#020809
(2,8,9)
#000000
(0,0,0)

Tints of #021209

#021209
(2,18,9)
#19271F
(25,39,31)
#303C35
(48,60,53)
#47514B
(71,81,75)
#5E6661
(94,102,97)
#757B77
(117,123,119)
#8C908D
(140,144,141)
#A3A5A3
(163,165,163)
#BABAB9
(186,186,185)
#D1CFCF
(209,207,207)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021209; }

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

This text font color is #021209.

Background Color

.myBgColor { background-color: #021209; }

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

This div background color is #021209.

Border color

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

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

This div border color is #021209.

Opacity

.myOpacity80 { color: #021209; opacity: 0.8; }

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

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

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

This text has shadow with #021209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #021209.

Preview

Color preview on black background

This text has color #021209 on black background.


Color preview on white background

This text has color #021209 on white background.


Black color preview on #021209 background

This text has black color on #021209 background.


White color preview on #021209 background

This text has white color on #021209 background.


Related colors

Complementary color

Complementary color for #hex is #FDEDF6.


I love getcolorcode.com

Triadic colors

1 #090212 and #120902 with #021209 are triadic colors.

2 #091202 and #120209 with #021209 are triadic colors.