Shades of Black Russian #101117
Tints of Black Russian #101117
RGB
CMYK
RGB Variations
Color information
#101117 (or 0x101117) is known color: Black Russian. HEX triplet: 10, 11 and 17. RGB value is (16,17,23). Sum of RGB (Red+Green+Blue) = 16+17+23=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 23 - color contains mainly: blue. Hex color #101117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101117 is #EFEEE8. Grayscale: #111111. Windows color (decimal): -15724265 or 1511696. OLE color: 1511696.
HSL color Cylindrical-coordinate representation of color #101117: hue angle of 231.43º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #101117 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 17 | 23 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.91 |
| HSL | 231.43º | 0.18% | 0.08% | - |
| HSV(B) | 231.43º | 0.3% | 0.09% | - |
| XYZ | 0.57 | 0.57 | 0.89 | - |
| YUV | 17.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 23 | 0.30 | 0.26 | 0 | 0.91 | 231.43 | 0.18 | 0.08 |
| Hex | 10 | 11 | 17 | 1E | 1A | 0 | 5B | E7 | 12 | 8 |
| Octal | 20 | 21 | 27 | 36 | 32 | 0 | 133 | 347 | 22 | 10 |
| Binary | 10000 | 10001 | 10111 | 11110 | 11010 | 0 | 1011011 | 11100111 | 10010 | 1000 |
Color Harmonies of #101117
Complementary color
Monochromatic Colors of #101117
Black with #101117
Text Example
Text Example
White with #101117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101117; }
p { color: rgb(16,17,23); }
H1.HeaderClassName
{
color: #101117;
}
.AnyTagClassName
{
color: #101117;
}
</style>
background-color css
<style>
a { background-color: #101117; }
a { background-color: rgb(16,17,23); }
div.DivClassName
{
background-color: #101117;
}
.BgClassName
{
background-color: #101117;
}
</style>
border-color css
<style>
span { border-color: #101117; }
span { border-color: rgb(16,17,23); }
td.TdClassName
{
border-color: #101117;
}
.TagClassName
{
border-color: #101117;
}
</style>