Shades of Black Russian #111018
Tints of Black Russian #111018
RGB
CMYK
RGB Variations
Color information
#111018 (or 0x111018) is known color: Black Russian. HEX triplet: 11, 10 and 18. RGB value is (17,16,24). Sum of RGB (Red+Green+Blue) = 17+16+24=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #111018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111018 is #EEEFE7. Grayscale: #111111. Windows color (decimal): -15658984 or 1576977. OLE color: 1576977.
HSL color Cylindrical-coordinate representation of color #111018: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #111018 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 16 | 24 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.91 |
| HSL | 247.5º | 0.2% | 0.08% | - |
| HSV(B) | 247.5º | 0.33% | 0.09% | - |
| XYZ | 0.58 | 0.56 | 0.94 | - |
| YUV | 17.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 24 | 0.29 | 0.33 | 0 | 0.91 | 247.5 | 0.2 | 0.08 |
| Hex | 11 | 10 | 18 | 1D | 21 | 0 | 5B | F8 | 14 | 8 |
| Octal | 21 | 20 | 30 | 35 | 41 | 0 | 133 | 370 | 24 | 10 |
| Binary | 10001 | 10000 | 11000 | 11101 | 100001 | 0 | 1011011 | 11111000 | 10100 | 1000 |
Color Harmonies of #111018
Complementary color
Monochromatic Colors of #111018
Black with #111018
Text Example
Text Example
White with #111018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111018; }
p { color: rgb(17,16,24); }
H1.HeaderClassName
{
color: #111018;
}
.AnyTagClassName
{
color: #111018;
}
</style>
background-color css
<style>
a { background-color: #111018; }
a { background-color: rgb(17,16,24); }
div.DivClassName
{
background-color: #111018;
}
.BgClassName
{
background-color: #111018;
}
</style>
border-color css
<style>
span { border-color: #111018; }
span { border-color: rgb(17,16,24); }
td.TdClassName
{
border-color: #111018;
}
.TagClassName
{
border-color: #111018;
}
</style>