COLOR #090200

HEX: #090200
RGB: (9,2,0)

Color info

#090200 contains only red and green colors. Web safe color of #090200 is #000000 (or #000).

RGB color model

#090200 color RGB value is (9,2,0).

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

RGB channels and saturation

R 9 of 255 = 4%
G 2 of 255 = 1%
B 0 of 255 = 0%

9
2
0

R + G + B ~ 2%. #090200 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 2 + 0 = 11 (100%)
R 9 of 11 ~ 81.82%
G 2 of 11 ~ 18.18%
B 0 of 11 ~ 0%

%81.82
%18.18

CMYK color model

#090200 color CMYK value is (0,78,100,96).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 100.00%
  • key color value is 96.47%
CMYK:
(0,78,100,96)
C0M78Y100K96 
(0%,78%,100%,96%)
(0.00/0.78/1.00/0.96)	

CMYK percentages

%0
%77.78
%100
%96.47

Codes

Color #090200 in popluar color models

090200
RGB920
HSL13°100.00%1.76%
HSB/HSV13°100.00%3.53%
CMYK0.00%77.78%100.00%
96.47%

Color #090200 in popluar number systems.

HEX090200
Decimal920
Binary1001100
Octal1120

Shades and tints

Tints of #090200

#090200
(9,2,0)
#1F1917
(31,25,23)
#35302E
(53,48,46)
#4B4745
(75,71,69)
#615E5C
(97,94,92)
#777573
(119,117,115)
#8D8C8A
(141,140,138)
#A3A3A1
(163,163,161)
#B9BAB8
(185,186,184)
#CFD1CF
(207,209,207)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090200; }

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

This text font color is #090200.


Background Color

.myBgColor { background-color: #090200; }

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

This div background color is #090200.


Border color

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

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

This div border color is #090200.


Opacity

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

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

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

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

This text has shadow with #090200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090200 on black background.


Color preview on white background

This text has color #090200 on white background.



Black color preview on #090200 background

This text has black color on #090200 background.


White color preview on #090200 background

This text has white color on #090200 background.