COLOR #09021D

HEX: #09021D
RGB: (9,2,29)

Color info

#09021D contains red, green and blue colors in about the same proportion. Web safe color of #09021D is #000033 (or #003).

RGB color model

#09021D color RGB value is (9,2,29).

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

RGB channels and saturation

R 9 of 255 = 4%
G 2 of 255 = 1%
B 29 of 255 = 11%

9
2
29

R + G + B ~ 5%. #09021D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 2 + 29 = 40 (100%)
R 9 of 40 ~ 22.5%
G 2 of 40 ~ 5%
B 29 of 40 ~ 72.5%

%22.5
%72.5

CMYK color model

#09021D color CMYK value is (69,93,0,89).

  • cyan value is 68.97%
  • magenta value is 93.10%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(69,93,0,89)
C69M93Y0K89 
(69%,93%,0%,89%)
(0.69/0.93/0.00/0.89)	

CMYK percentages

%68.97
%93.1
%0
%88.63

Codes

Color #09021D in popluar color models

09021D
RGB9229
HSL256°87.10%6.08%
HSB/HSV256°93.10%11.37%
CMYK68.97%93.10%0.00%
88.63%

Color #09021D in popluar number systems.

HEX09021D
Decimal9229
Binary10011011101
Octal11235

Shades and tints

Shades of #09021D

#09021D
(9,2,29)
#09021B
(9,2,27)
#090219
(9,2,25)
#090217
(9,2,23)
#090215
(9,2,21)
#090213
(9,2,19)
#090211
(9,2,17)
#09020F
(9,2,15)
#09020D
(9,2,13)
#09020B
(9,2,11)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #09021D

#09021D
(9,2,29)
#1F1931
(31,25,49)
#353045
(53,48,69)
#4B4759
(75,71,89)
#615E6D
(97,94,109)
#777581
(119,117,129)
#8D8C95
(141,140,149)
#A3A3A9
(163,163,169)
#B9BABD
(185,186,189)
#CFD1D1
(207,209,209)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09021D; }

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

This text font color is #09021D.


Background Color

.myBgColor { background-color: #09021D; }

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

This div background color is #09021D.


Border color

.myBorderColor { border: 1px solid #09021D; }

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

This div border color is #09021D.


Opacity

.myOpacity80 { color: #09021D; opacity: 0.8; }

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

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

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

This text has shadow with #09021D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09021D on black background.


Color preview on white background

This text has color #09021D on white background.



Black color preview on #09021D background

This text has black color on #09021D background.


White color preview on #09021D background

This text has white color on #09021D background.