COLOR #090009

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

Color info

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

RGB color model

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

RGB: (9,0,9) (4%, 0%, 4%)

RGB channels and saturation

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

9
0
9

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

Portions of RGB colors in percentages

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

%50
%50

CMYK color model

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

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

CMYK percentages

%0
%100
%0
%96.47

Codes

Color #090009 in popluar color models

09 00 09
RGB 9 0 9
HSL 300° 100.00% 1.76%
HSB/HSV 300° 100.00% 3.53%
CMYK 0.00% 100.00% 0.00%
96.47%

Color #090009 in popluar number systems.

HEX 09 00 09
Decimal 9 0 9
Binary 1001 0 1001
Octal 11 0 11

Shades and tints

Tints of #090009

#090009
(9,0,9)
#1F171F
(31,23,31)
#352E35
(53,46,53)
#4B454B
(75,69,75)
#615C61
(97,92,97)
#777377
(119,115,119)
#8D8A8D
(141,138,141)
#A3A1A3
(163,161,163)
#B9B8B9
(185,184,185)
#CFCFCF
(207,207,207)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090009; }

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

This text font color is #090009.

Background Color

.myBgColor { background-color: #090009; }

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

This div background color is #090009.

Border color

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

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

This div border color is #090009.

Opacity

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

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

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

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

This text has shadow with #090009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090009.

Preview

Color preview on black background

This text has color #090009 on black background.


Color preview on white background

This text has color #090009 on white background.


Black color preview on #090009 background

This text has black color on #090009 background.


White color preview on #090009 background

This text has white color on #090009 background.


Related colors

Complementary color

Complementary color for #hex is #F6FFF6.


I love getcolorcode.com

Triadic colors

1 #090900 and #000909 with #090009 are triadic colors.

2 #090009 and #000909 with #090009 are triadic colors.