Shades of Black Russian #151824
Tints of Black Russian #151824
RGB
CMYK
RGB Variations
Color information
#151824 (or 0x151824) is known color: Black Russian. HEX triplet: 15, 18 and 24. RGB value is (21,24,36). Sum of RGB (Red+Green+Blue) = 21+24+36=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #151824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151824 is #EAE7DB. Grayscale: #181818. Windows color (decimal): -15394780 or 2365461. OLE color: 2365461.
HSL color Cylindrical-coordinate representation of color #151824: hue angle of 228º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #151824 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 24 | 36 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.86 |
| HSL | 228º | 0.26% | 0.11% | - |
| HSV(B) | 228º | 0.42% | 0.14% | - |
| XYZ | 0.95 | 0.94 | 1.8 | - |
| YUV | 24.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 36 | 0.42 | 0.33 | 0 | 0.86 | 228 | 0.26 | 0.11 |
| Hex | 15 | 18 | 24 | 2A | 21 | 0 | 56 | E4 | 1A | B |
| Octal | 25 | 30 | 44 | 52 | 41 | 0 | 126 | 344 | 32 | 13 |
| Binary | 10101 | 11000 | 100100 | 101010 | 100001 | 0 | 1010110 | 11100100 | 11010 | 1011 |
Color Harmonies of #151824
Complementary color
Monochromatic Colors of #151824
Black with #151824
Text Example
Text Example
White with #151824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151824; }
p { color: rgb(21,24,36); }
H1.HeaderClassName
{
color: #151824;
}
.AnyTagClassName
{
color: #151824;
}
</style>
background-color css
<style>
a { background-color: #151824; }
a { background-color: rgb(21,24,36); }
div.DivClassName
{
background-color: #151824;
}
.BgClassName
{
background-color: #151824;
}
</style>
border-color css
<style>
span { border-color: #151824; }
span { border-color: rgb(21,24,36); }
td.TdClassName
{
border-color: #151824;
}
.TagClassName
{
border-color: #151824;
}
</style>