Shades of Black Russian #151424
Tints of Black Russian #151424
RGB
CMYK
RGB Variations
Color information
#151424 (or 0x151424) is known color: Black Russian. HEX triplet: 15, 14 and 24. RGB value is (21,20,36). Sum of RGB (Red+Green+Blue) = 21+20+36=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #151424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151424 is #EAEBDB. Grayscale: #161616. Windows color (decimal): -15395804 or 2364437. OLE color: 2364437.
HSL color Cylindrical-coordinate representation of color #151424: hue angle of 243.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #151424 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 20 | 36 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.86 |
| HSL | 243.75º | 0.29% | 0.11% | - |
| HSV(B) | 243.75º | 0.44% | 0.14% | - |
| XYZ | 0.88 | 0.79 | 1.77 | - |
| YUV | 22.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 36 | 0.42 | 0.44 | 0 | 0.86 | 243.75 | 0.29 | 0.11 |
| Hex | 15 | 14 | 24 | 2A | 2C | 0 | 56 | F4 | 1D | B |
| Octal | 25 | 24 | 44 | 52 | 54 | 0 | 126 | 364 | 35 | 13 |
| Binary | 10101 | 10100 | 100100 | 101010 | 101100 | 0 | 1010110 | 11110100 | 11101 | 1011 |
Color Harmonies of #151424
Complementary color
Monochromatic Colors of #151424
Black with #151424
Text Example
Text Example
White with #151424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151424; }
p { color: rgb(21,20,36); }
H1.HeaderClassName
{
color: #151424;
}
.AnyTagClassName
{
color: #151424;
}
</style>
background-color css
<style>
a { background-color: #151424; }
a { background-color: rgb(21,20,36); }
div.DivClassName
{
background-color: #151424;
}
.BgClassName
{
background-color: #151424;
}
</style>
border-color css
<style>
span { border-color: #151424; }
span { border-color: rgb(21,20,36); }
td.TdClassName
{
border-color: #151424;
}
.TagClassName
{
border-color: #151424;
}
</style>