COLOR #021309

HEX: #021309
RGB: (2,19,9)

Color info

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

RGB color model

#021309 color RGB value is (2,19,9).

  • red value is 2;
  • green value is 19;
  • blue value is 9.
RGB:
(2,19,9)
(1%,7%,4%)

RGB channels and saturation

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

2
19
9

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

Portions of RGB colors in percentages

R + G + B =
2 + 19 + 9 = 30 (100%)
R 2 of 30 ~ 6.67%
G 19 of 30 ~ 63.33%
B 9 of 30 ~ 30%

%63.33
%30

CMYK color model

#021309 color CMYK value is (89,0,53,93).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(89,0,53,93)
C89M0Y53K93 
(89%,0%,53%,93%)
(0.89/0.00/0.53/0.93)	

CMYK percentages

%89.47
%0
%52.63
%92.55

Codes

Color #021309 in popluar color models

021309
RGB2199
HSL145°80.95%4.12%
HSB/HSV145°89.47%7.45%
CMYK89.47%0.00%52.63%
92.55%

Color #021309 in popluar number systems.

HEX021309
Decimal2199
Binary10100111001
Octal22311

Shades and tints

Shades of #021309

#021309
(2,19,9)
#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)
#000000
(0,0,0)

Tints of #021309

#021309
(2,19,9)
#19281F
(25,40,31)
#303D35
(48,61,53)
#47524B
(71,82,75)
#5E6761
(94,103,97)
#757C77
(117,124,119)
#8C918D
(140,145,141)
#A3A6A3
(163,166,163)
#BABBB9
(186,187,185)
#D1D0CF
(209,208,207)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021309; }

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

This text font color is #021309.


Background Color

.myBgColor { background-color: #021309; }

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

This div background color is #021309.


Border color

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

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

This div border color is #021309.


Opacity

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

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

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

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

This text has shadow with #021309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021309 on black background.


Color preview on white background

This text has color #021309 on white background.



Black color preview on #021309 background

This text has black color on #021309 background.


White color preview on #021309 background

This text has white color on #021309 background.