HEX: #090009
RGB: (9,0,9)
#090009 contains only red and blue colors. Web safe color of #090009 is #000000 (or #000).
#090009 color RGB value is (9,0,9).
RGB: (9,0,9)
(4%, 0%, 4%)
R 9 of 255 = 4%
G 0 of 255 = 0%
B 9 of 255 = 4%
R + G + B ~ 3%. #090009 is dark color.
R + G + B = 9 + 0 + 9 = 18 (100%)
R 9 of 18 ~ 50%
G 0 of 18 ~ 0%
B 9 of 18 ~ 50'%
#090009 color CMYK value is (0,100,0,96).
CMYK: (0,100,0,96) C0M100Y0K96 (0%,100%,0%,96%) (0.00/1.00/0.00/0.96)
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 |
Tints of #090009
Examples of css and html codes for elements with #090009 color. Also use rgb(9,0,9) instead hex code.
.myTextColor { color: #090009; }
<p style="color:#090009">This sample text font color is #090009.</p>
This text font color is #090009.
.myBgColor { background-color: #090009; }
<div style="background-color:#090009">Inner text</div>
This div background color is #090009.
.myBorderColor { border: 1px solid #090009; }
<div style="border:3px solid #090009">Div</div>
This div border color is #090009.
.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%.
.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.
/* 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 text has color #090009 on black background.
This text has color #090009 on white background.
This text has black color on #090009 background.
This text has white color on #090009 background.
Complementary color for #hex is #F6FFF6.