Shades of Black Russian #111017
Tints of Black Russian #111017
RGB
CMYK
RGB Variations
Color information
#111017 (or 0x111017) is known color: Black Russian. HEX triplet: 11, 10 and 17. RGB value is (17,16,23). Sum of RGB (Red+Green+Blue) = 17+16+23=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 16 (6.64% from 255 or 28.57% 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 #111017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111017 is #EEEFE8. Grayscale: #111111. Windows color (decimal): -15658985 or 1511441. OLE color: 1511441.
HSL color Cylindrical-coordinate representation of color #111017: hue angle of 248.57º 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 #111017 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 16 | 23 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.91 |
| HSL | 248.57º | 0.18% | 0.08% | - |
| HSV(B) | 248.57º | 0.3% | 0.09% | - |
| XYZ | 0.57 | 0.55 | 0.89 | - |
| YUV | 17.1 | 131.33 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 23 | 0.26 | 0.30 | 0 | 0.91 | 248.57 | 0.18 | 0.08 |
| Hex | 11 | 10 | 17 | 1A | 1E | 0 | 5B | F9 | 12 | 8 |
| Octal | 21 | 20 | 27 | 32 | 36 | 0 | 133 | 371 | 22 | 10 |
| Binary | 10001 | 10000 | 10111 | 11010 | 11110 | 0 | 1011011 | 11111001 | 10010 | 1000 |
Color Harmonies of #111017
Complementary color
Monochromatic Colors of #111017
Black with #111017
Text Example
Text Example
White with #111017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111017; }
p { color: rgb(17,16,23); }
H1.HeaderClassName
{
color: #111017;
}
.AnyTagClassName
{
color: #111017;
}
</style>
background-color css
<style>
a { background-color: #111017; }
a { background-color: rgb(17,16,23); }
div.DivClassName
{
background-color: #111017;
}
.BgClassName
{
background-color: #111017;
}
</style>
border-color css
<style>
span { border-color: #111017; }
span { border-color: rgb(17,16,23); }
td.TdClassName
{
border-color: #111017;
}
.TagClassName
{
border-color: #111017;
}
</style>