Shades of Black Russian #111217
Tints of Black Russian #111217
RGB
CMYK
RGB Variations
Color information
#111217 (or 0x111217) is known color: Black Russian. HEX triplet: 11, 12 and 17. RGB value is (17,18,23). Sum of RGB (Red+Green+Blue) = 17+18+23=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 23 - color contains mainly: blue. Hex color #111217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111217 is #EEEDE8. Grayscale: #121212. Windows color (decimal): -15658473 or 1511953. OLE color: 1511953.
HSL color Cylindrical-coordinate representation of color #111217: hue angle of 230º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #111217 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 18 | 23 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.91 |
| HSL | 230º | 0.15% | 0.08% | - |
| HSV(B) | 230º | 0.26% | 0.09% | - |
| XYZ | 0.6 | 0.61 | 0.9 | - |
| YUV | 18.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 23 | 0.26 | 0.22 | 0 | 0.91 | 230 | 0.15 | 0.08 |
| Hex | 11 | 12 | 17 | 1A | 16 | 0 | 5B | E6 | F | 8 |
| Octal | 21 | 22 | 27 | 32 | 26 | 0 | 133 | 346 | 17 | 10 |
| Binary | 10001 | 10010 | 10111 | 11010 | 10110 | 0 | 1011011 | 11100110 | 1111 | 1000 |
Color Harmonies of #111217
Complementary color
Monochromatic Colors of #111217
Black with #111217
Text Example
Text Example
White with #111217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111217; }
p { color: rgb(17,18,23); }
H1.HeaderClassName
{
color: #111217;
}
.AnyTagClassName
{
color: #111217;
}
</style>
background-color css
<style>
a { background-color: #111217; }
a { background-color: rgb(17,18,23); }
div.DivClassName
{
background-color: #111217;
}
.BgClassName
{
background-color: #111217;
}
</style>
border-color css
<style>
span { border-color: #111217; }
span { border-color: rgb(17,18,23); }
td.TdClassName
{
border-color: #111217;
}
.TagClassName
{
border-color: #111217;
}
</style>