Shades of Black Russian #151618
Tints of Black Russian #151618
RGB
CMYK
RGB Variations
Color information
#151618 (or 0x151618) is known color: Black Russian. HEX triplet: 15, 16 and 18. RGB value is (21,22,24). Sum of RGB (Red+Green+Blue) = 21+22+24=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 22 (8.98% from 255 or 32.84% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 24 - color contains mainly: blue. Hex color #151618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151618 is #EAE9E7. Grayscale: #151515. Windows color (decimal): -15395304 or 1578517. OLE color: 1578517.
HSL color Cylindrical-coordinate representation of color #151618: hue angle of 220º degrees, saturation: 0.07, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #151618 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 21 | 22 | 24 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.91 |
| HSL | 220º | 0.07% | 0.09% | - |
| HSV(B) | 220º | 0.13% | 0.09% | - |
| XYZ | 0.76 | 0.8 | 0.98 | - |
| YUV | 21.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 24 | 0.13 | 0.08 | 0 | 0.91 | 220 | 0.07 | 0.09 |
| Hex | 15 | 16 | 18 | D | 8 | 0 | 5B | DC | 7 | 9 |
| Octal | 25 | 26 | 30 | 15 | 10 | 0 | 133 | 334 | 7 | 11 |
| Binary | 10101 | 10110 | 11000 | 1101 | 1000 | 0 | 1011011 | 11011100 | 111 | 1001 |
Color Harmonies of #151618
Complementary color
Monochromatic Colors of #151618
Black with #151618
Text Example
Text Example
White with #151618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151618; }
p { color: rgb(21,22,24); }
H1.HeaderClassName
{
color: #151618;
}
.AnyTagClassName
{
color: #151618;
}
</style>
background-color css
<style>
a { background-color: #151618; }
a { background-color: rgb(21,22,24); }
div.DivClassName
{
background-color: #151618;
}
.BgClassName
{
background-color: #151618;
}
</style>
border-color css
<style>
span { border-color: #151618; }
span { border-color: rgb(21,22,24); }
td.TdClassName
{
border-color: #151618;
}
.TagClassName
{
border-color: #151618;
}
</style>