COLOR #090212

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
2
18

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

Portions of RGB colors in percentages

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

%31.03
%62.07

CMYK color model

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

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

CMYK percentages

%50
%88.89
%0
%92.94

Codes

Color #090212 in popluar color models

090212
RGB9218
HSL266°80.00%3.92%
HSB/HSV266°88.89%7.06%
CMYK50.00%88.89%0.00%
92.94%

Color #090212 in popluar number systems.

HEX090212
Decimal9218
Binary10011010010
Octal11222

Shades and tints

Shades of #090212

#090212
(9,2,18)
#090211
(9,2,17)
#090210
(9,2,16)
#09020F
(9,2,15)
#09020E
(9,2,14)
#09020D
(9,2,13)
#09020C
(9,2,12)
#09020B
(9,2,11)
#09020A
(9,2,10)
#090209
(9,2,9)
#090208
(9,2,8)
#000000
(0,0,0)

Tints of #090212

#090212
(9,2,18)
#1F1927
(31,25,39)
#35303C
(53,48,60)
#4B4751
(75,71,81)
#615E66
(97,94,102)
#77757B
(119,117,123)
#8D8C90
(141,140,144)
#A3A3A5
(163,163,165)
#B9BABA
(185,186,186)
#CFD1CF
(207,209,207)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090212; }

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

This text font color is #090212.


Background Color

.myBgColor { background-color: #090212; }

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

This div background color is #090212.


Border color

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

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

This div border color is #090212.


Opacity

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

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

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

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

This text has shadow with #090212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090212 on black background.


Color preview on white background

This text has color #090212 on white background.



Black color preview on #090212 background

This text has black color on #090212 background.


White color preview on #090212 background

This text has white color on #090212 background.