COLOR #090214

HEX: #090214
RGB: (9,2,20)

Color info

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

RGB color model

#090214 color RGB value is (9,2,20).

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

RGB channels and saturation

R 9 of 255 = 4%
G 2 of 255 = 1%
B 20 of 255 = 8%

9
2
20

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

Portions of RGB colors in percentages

R + G + B =
9 + 2 + 20 = 31 (100%)
R 9 of 31 ~ 29.03%
G 2 of 31 ~ 6.45%
B 20 of 31 ~ 64.52%

%29.03
%64.52

CMYK color model

#090214 color CMYK value is (55,90,0,92).

  • cyan value is 55.00%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(55,90,0,92)
C55M90Y0K92 
(55%,90%,0%,92%)
(0.55/0.90/0.00/0.92)	

CMYK percentages

%55
%90
%0
%92.16

Codes

Color #090214 in popluar color models

090214
RGB9220
HSL263°81.82%4.31%
HSB/HSV263°90.00%7.84%
CMYK55.00%90.00%0.00%
92.16%

Color #090214 in popluar number systems.

HEX090214
Decimal9220
Binary10011010100
Octal11224

Shades and tints

Shades of #090214

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

Tints of #090214

#090214
(9,2,20)
#1F1929
(31,25,41)
#35303E
(53,48,62)
#4B4753
(75,71,83)
#615E68
(97,94,104)
#77757D
(119,117,125)
#8D8C92
(141,140,146)
#A3A3A7
(163,163,167)
#B9BABC
(185,186,188)
#CFD1D1
(207,209,209)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090214; }

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

This text font color is #090214.


Background Color

.myBgColor { background-color: #090214; }

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

This div background color is #090214.


Border color

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

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

This div border color is #090214.


Opacity

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

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

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

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

This text has shadow with #090214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090214 on black background.


Color preview on white background

This text has color #090214 on white background.



Black color preview on #090214 background

This text has black color on #090214 background.


White color preview on #090214 background

This text has white color on #090214 background.