COLOR #09020E

HEX: #09020E
RGB: (9,2,14)

Color info

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

RGB color model

#09020E color RGB value is (9,2,14).

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

RGB channels and saturation

R 9 of 255 = 4%
G 2 of 255 = 1%
B 14 of 255 = 5%

9
2
14

R + G + B ~ 3%. #09020E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 2 + 14 = 25 (100%)
R 9 of 25 ~ 36%
G 2 of 25 ~ 8%
B 14 of 25 ~ 56%

%36
%56

CMYK color model

#09020E color CMYK value is (36,86,0,95).

  • cyan value is 35.71%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(36,86,0,95)
C36M86Y0K95 
(36%,86%,0%,95%)
(0.36/0.86/0.00/0.95)	

CMYK percentages

%35.71
%85.71
%0
%94.51

Codes

Color #09020E in popluar color models

09020E
RGB9214
HSL275°75.00%3.14%
HSB/HSV275°85.71%5.49%
CMYK35.71%85.71%0.00%
94.51%

Color #09020E in popluar number systems.

HEX09020E
Decimal9214
Binary1001101110
Octal11216

Shades and tints

Shades of #09020E

#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)
#090207
(9,2,7)
#090206
(9,2,6)
#090205
(9,2,5)
#090204
(9,2,4)
#000000
(0,0,0)

Tints of #09020E

#09020E
(9,2,14)
#1F1923
(31,25,35)
#353038
(53,48,56)
#4B474D
(75,71,77)
#615E62
(97,94,98)
#777577
(119,117,119)
#8D8C8C
(141,140,140)
#A3A3A1
(163,163,161)
#B9BAB6
(185,186,182)
#CFD1CB
(207,209,203)
#E5E8E0
(229,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09020E; }

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

This text font color is #09020E.


Background Color

.myBgColor { background-color: #09020E; }

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

This div background color is #09020E.


Border color

.myBorderColor { border: 1px solid #09020E; }

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

This div border color is #09020E.


Opacity

.myOpacity80 { color: #09020E; opacity: 0.8; }

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

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

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

This text has shadow with #09020E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09020E on black background.


Color preview on white background

This text has color #09020E on white background.



Black color preview on #09020E background

This text has black color on #09020E background.


White color preview on #09020E background

This text has white color on #09020E background.