COLOR #090000

HEX: #090000
RGB: (9,0,0)

Color info

#090000 contains only red color. Web safe color of #090000 is #000000 (or #000).

RGB color model

#090000 color RGB value is (9,0,0).

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

RGB channels and saturation

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

9
0
0

R + G + B ~ 1%. #090000 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 0 + 0 = 9 (100%)
R 9 of 9 ~ 100%
G 0 of 9 ~ 0%
B 0 of 9 ~ 0%

%100

CMYK color model

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

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

CMYK percentages

%0
%100
%100
%96.47

Codes

Color #090000 in popluar color models

090000
RGB900
HSL100.00%1.76%
HSB/HSV100.00%3.53%
CMYK0.00%100.00%100.00%
96.47%

Color #090000 in popluar number systems.

HEX090000
Decimal900
Binary100100
Octal1100

Shades and tints

Tints of #090000

#090000
(9,0,0)
#1F1717
(31,23,23)
#352E2E
(53,46,46)
#4B4545
(75,69,69)
#615C5C
(97,92,92)
#777373
(119,115,115)
#8D8A8A
(141,138,138)
#A3A1A1
(163,161,161)
#B9B8B8
(185,184,184)
#CFCFCF
(207,207,207)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090000; }

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

This text font color is #090000.


Background Color

.myBgColor { background-color: #090000; }

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

This div background color is #090000.


Border color

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

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

This div border color is #090000.


Opacity

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

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

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

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

This text has shadow with #090000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090000 on black background.


Color preview on white background

This text has color #090000 on white background.



Black color preview on #090000 background

This text has black color on #090000 background.


White color preview on #090000 background

This text has white color on #090000 background.