Shades of Black Russian #151420
Tints of Black Russian #151420
RGB
CMYK
RGB Variations
Color information
#151420 (or 0x151420) is known color: Black Russian. HEX triplet: 15, 14 and 20. RGB value is (21,20,32). Sum of RGB (Red+Green+Blue) = 21+20+32=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #151420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151420 is #EAEBDF. Grayscale: #151515. Windows color (decimal): -15395808 or 2102293. OLE color: 2102293.
HSL color Cylindrical-coordinate representation of color #151420: hue angle of 245º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #151420 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 20 | 32 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.87 |
| HSL | 245º | 0.23% | 0.1% | - |
| HSV(B) | 245º | 0.38% | 0.13% | - |
| XYZ | 0.82 | 0.76 | 1.47 | - |
| YUV | 21.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 32 | 0.34 | 0.37 | 0 | 0.87 | 245 | 0.23 | 0.1 |
| Hex | 15 | 14 | 20 | 22 | 25 | 0 | 57 | F5 | 17 | A |
| Octal | 25 | 24 | 40 | 42 | 45 | 0 | 127 | 365 | 27 | 12 |
| Binary | 10101 | 10100 | 100000 | 100010 | 100101 | 0 | 1010111 | 11110101 | 10111 | 1010 |
Color Harmonies of #151420
Complementary color
Monochromatic Colors of #151420
Black with #151420
Text Example
Text Example
White with #151420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151420; }
p { color: rgb(21,20,32); }
H1.HeaderClassName
{
color: #151420;
}
.AnyTagClassName
{
color: #151420;
}
</style>
background-color css
<style>
a { background-color: #151420; }
a { background-color: rgb(21,20,32); }
div.DivClassName
{
background-color: #151420;
}
.BgClassName
{
background-color: #151420;
}
</style>
border-color css
<style>
span { border-color: #151420; }
span { border-color: rgb(21,20,32); }
td.TdClassName
{
border-color: #151420;
}
.TagClassName
{
border-color: #151420;
}
</style>