HEX: #11171B
RGB: (17,23,27)
#11171B contains red, green and blue colors in about the same proportion. Web safe color of #11171B is #000033 (or #003).
#11171B color RGB value is (17,23,27).
RGB: (17,23,27)
(7%, 9%, 11%)
R 17 of 255 = 7%
G 23 of 255 = 9%
B 27 of 255 = 11%
R + G + B ~ 9%. #11171B is dark color.
R + G + B = 17 + 23 + 27 = 67 (100%)
R 17 of 67 ~ 25.37%
G 23 of 67 ~ 34.33%
B 27 of 67 ~ 40.3'%
#11171B color CMYK value is (37,15,0,89).
CMYK: (37,15,0,89)
C37M15Y0K89 (37%, 15%, 0%, 89%)
(0.37 / 0.15 / 0.00 / 0.89)
Color #11171B in popluar color models
11 | 17 | 1B | |
---|---|---|---|
RGB | 17 | 23 | 27 |
HSL | 204° | 22.73% | 8.63% |
HSB/HSV | 204° | 37.04% | 10.59% |
CMYK | 37.04% | 14.81% | 0.00% |
89.41% |
Color #11171B in popluar number systems.
HEX | 11 | 17 | 1B |
Decimal | 17 | 23 | 27 |
Binary | 10001 | 10111 | 11011 |
Octal | 21 | 27 | 33 |
Shades of #11171B
Tints of #11171B
Examples of css and html codes for elements with #11171B color. Also use rgb(17,23,27) instead hex code.
.myTextColor { color: #11171B; }
<p style="color:#11171B">This sample text font color is #11171B.</p>
This text font color is #11171B.
.myBgColor { background-color: #11171B; }
<div style="background-color:#11171B">Inner text</div>
This div background color is #11171B.
.myBorderColor { border: 1px solid #11171B; }
<div style="border:3px solid #11171B">Div</div>
This div border color is #11171B.
.myOpacity80 { color: #11171B; opacity: 0.8; }
<p style="color:#11171B;opacity:0.8;">80%</p>
Text with #11171B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #11171B;}
<p style="text-shadow: 3px 3px 1px #11171B">Text here.</p>
This text has shadow with #11171B color.
.textShadow {text-shadow: 3px 3px 1px #11171B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #11171B, 5px 5px 20px red">Text here.</p>
This text has shadow with #11171B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#11171B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#11171B, Direction=45, Strength=4)">Text</p>
This text has shadow with #11171B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #11171B;
-webkit-box-shadow: 1px 1px 3px 2px #11171B;
box-shadow: 1px 1px 3px 2px #11171B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #11171B; -webkit-box-shadow: 1px 1px 3px 2px #11171B; box-shadow:1px 1px 3px 2px #11171B;">
Div content here
</div>
This text has color #11171B on black background.
This text has color #11171B on white background.
This text has black color on #11171B background.
This text has white color on #11171B background.
Complementary color for #hex is #EEE8E4.