HEX: #091117
RGB: (9,17,23)
#091117 contains red, green and blue colors in about the same proportion. Web safe color of #091117 is #000000 (or #000).
#091117 color RGB value is (9,17,23).
RGB: (9,17,23) (4%,7%,9%)
R 9 of 255 = 4%
G 17 of 255 = 7%
B 23 of 255 = 9%
R + G + B ~ 7%. #091117 is dark color.
R + G + B =
9 + 17 + 23 = 49 (100%)
R 9 of 49 ~ 18.37%
G 17 of 49 ~ 34.69%
B 23 of 49 ~ 46.94%
#091117 color CMYK value is (61,26,0,91).
CMYK: (61,26,0,91) C61M26Y0K91 (61%,26%,0%,91%) (0.61/0.26/0.00/0.91)
09 | 11 | 17 | |
---|---|---|---|
RGB | 9 | 17 | 23 |
HSL | 206° | 43.75% | 6.27% |
HSB/HSV | 206° | 60.87% | 9.02% |
CMYK | 60.87% | 26.09% | 0.00% |
90.98% |
HEX | 09 | 11 | 17 |
Decimal | 9 | 17 | 23 |
Binary | 1001 | 10001 | 10111 |
Octal | 11 | 21 | 27 |
Examples of css and html codes for elements with #091117 color. Also use rgb(9,17,23) instead hex code.
.myTextColor { color: #091117; }
<p style="color:#091117">This sample text font color is #091117.</p>
This text font color is #091117.
.myBgColor { background-color: #091117; }
<div style="background-color:#091117">Inner text</div>
This div background color is #091117.
.myBorderColor { border: 1px solid #091117; }
<div style="border:3px solid #091117">Div</div>
This div border color is #091117.
.myOpacity80 { color: #091117; opacity: 0.8; }
<p style="color:#091117;opacity:0.8;">80%</p>
Text with #091117 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #091117;}
<p style="text-shadow: 3px 3px 1px #091117">Text here.</p>
This text has shadow with #091117 color.
.textShadow {text-shadow: 3px 3px 1px #091117, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #091117, 5px 5px 20px red">Text here.</p>
This text has shadow with #091117 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#091117, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#091117, Direction=45, Strength=4)">Text</p>
This text has shadow with #091117 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #091117; -webkit-box-shadow: 1px 1px 3px 2px #091117; box-shadow: 1px 1px 3px 2px #091117; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #091117; -webkit-box-shadow: 1px 1px 3px 2px #091117; box-shadow:1px 1px 3px 2px #091117;">
Div content here</div>
This text has color #091117 on black background.
This text has color #091117 on white background.
This text has black color on #091117 background.
This text has white color on #091117 background.