HEX: #090511
RGB: (9,5,17)
#090511 contains red, green and blue colors in about the same proportion. Web safe color of #090511 is #000000 (or #000).
#090511 color RGB value is (9,5,17).
RGB: (9,5,17)
(4%, 2%, 7%)
R 9 of 255 = 4%
G 5 of 255 = 2%
B 17 of 255 = 7%
R + G + B ~ 4%. #090511 is dark color.
R + G + B = 9 + 5 + 17 = 31 (100%)
R 9 of 31 ~ 29.03%
G 5 of 31 ~ 16.13%
B 17 of 31 ~ 54.84'%
#090511 color CMYK value is (47,71,0,93).
CMYK: (47,71,0,93)
C47M71Y0K93 (47%, 71%, 0%, 93%)
(0.47 / 0.71 / 0.00 / 0.93)
Color #090511 in popluar color models
09 | 05 | 11 | |
---|---|---|---|
RGB | 9 | 5 | 17 |
HSL | 260° | 54.55% | 4.31% |
HSB/HSV | 260° | 70.59% | 6.67% |
CMYK | 47.06% | 70.59% | 0.00% |
93.33% |
Color #090511 in popluar number systems.
HEX | 09 | 05 | 11 |
Decimal | 9 | 5 | 17 |
Binary | 1001 | 101 | 10001 |
Octal | 11 | 5 | 21 |
Shades of #090511
Tints of #090511
Examples of css and html codes for elements with #090511 color. Also use rgb(9,5,17) instead hex code.
.myTextColor { color: #090511; }
<p style="color:#090511">This sample text font color is #090511.</p>
This text font color is #090511.
.myBgColor { background-color: #090511; }
<div style="background-color:#090511">Inner text</div>
This div background color is #090511.
.myBorderColor { border: 1px solid #090511; }
<div style="border:3px solid #090511">Div</div>
This div border color is #090511.
.myOpacity80 { color: #090511; opacity: 0.8; }
<p style="color:#090511;opacity:0.8;">80%</p>
Text with #090511 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #090511;}
<p style="text-shadow: 3px 3px 1px #090511">Text here.</p>
This text has shadow with #090511 color.
.textShadow {text-shadow: 3px 3px 1px #090511', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #090511, 5px 5px 20px red">Text here.</p>
This text has shadow with #090511 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#090511, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#090511, Direction=45, Strength=4)">Text</p>
This text has shadow with #090511 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #090511;
-webkit-box-shadow: 1px 1px 3px 2px #090511;
box-shadow: 1px 1px 3px 2px #090511;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #090511; -webkit-box-shadow: 1px 1px 3px 2px #090511; box-shadow:1px 1px 3px 2px #090511;">
Div content here
</div>
This text has color #090511 on black background.
This text has color #090511 on white background.
This text has black color on #090511 background.
This text has white color on #090511 background.
Complementary color for #hex is #F6FAEE.