HEX: #091013
RGB: (9,16,19)
#091013 contains red, green and blue colors in about the same proportion. Web safe color of #091013 is #000000 (or #000).
#091013 color RGB value is (9,16,19).
RGB: (9,16,19)
(4%, 6%, 7%)
R 9 of 255 = 4%
G 16 of 255 = 6%
B 19 of 255 = 7%
R + G + B ~ 6%. #091013 is dark color.
R + G + B = 9 + 16 + 19 = 44 (100%)
R 9 of 44 ~ 20.45%
G 16 of 44 ~ 36.36%
B 19 of 44 ~ 43.18'%
#091013 color CMYK value is (53,16,0,93).
CMYK: (53,16,0,93) C53M16Y0K93 (53%,16%,0%,93%) (0.53/0.16/0.00/0.93)
Color #091013 in popluar color models
09 | 10 | 13 | |
---|---|---|---|
RGB | 9 | 16 | 19 |
HSL | 198° | 35.71% | 5.49% |
HSB/HSV | 198° | 52.63% | 7.45% |
CMYK | 52.63% | 15.79% | 0.00% |
92.55% |
Color #091013 in popluar number systems.
HEX | 09 | 10 | 13 |
Decimal | 9 | 16 | 19 |
Binary | 1001 | 10000 | 10011 |
Octal | 11 | 20 | 23 |
Shades of #091013
Tints of #091013
Examples of css and html codes for elements with #091013 color. Also use rgb(9,16,19) instead hex code.
.myTextColor { color: #091013; }
<p style="color:#091013">This sample text font color is #091013.</p>
This text font color is #091013.
.myBgColor { background-color: #091013; }
<div style="background-color:#091013">Inner text</div>
This div background color is #091013.
.myBorderColor { border: 1px solid #091013; }
<div style="border:3px solid #091013">Div</div>
This div border color is #091013.
.myOpacity80 { color: #091013; opacity: 0.8; }
<p style="color:#091013;opacity:0.8;">80%</p>
Text with #091013 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #091013;}
<p style="text-shadow: 3px 3px 1px #091013">Text here.</p>
This text has shadow with #091013 color.
.textShadow {text-shadow: 3px 3px 1px #091013', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #091013, 5px 5px 20px red">Text here.</p>
This text has shadow with #091013 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#091013, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#091013, Direction=45, Strength=4)">Text</p>
This text has shadow with #091013 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #091013;
-webkit-box-shadow: 1px 1px 3px 2px #091013;
box-shadow: 1px 1px 3px 2px #091013;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #091013; -webkit-box-shadow: 1px 1px 3px 2px #091013; box-shadow:1px 1px 3px 2px #091013;">
Div content here
</div>
This text has color #091013 on black background.
This text has color #091013 on white background.
This text has black color on #091013 background.
This text has white color on #091013 background.
Complementary color for #hex is #F6EFEC.