Shades of Black Russian #151920
Tints of Black Russian #151920
RGB
CMYK
RGB Variations
Color information
#151920 (or 0x151920) is known color: Black Russian. HEX triplet: 15, 19 and 20. RGB value is (21,25,32). Sum of RGB (Red+Green+Blue) = 21+25+32=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 32 - color contains mainly: blue. Hex color #151920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151920 is #EAE6DF. Grayscale: #181818. Windows color (decimal): -15394528 or 2103573. OLE color: 2103573.
HSL color Cylindrical-coordinate representation of color #151920: hue angle of 218.18º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #151920 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 25 | 32 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.87 |
| HSL | 218.18º | 0.21% | 0.1% | - |
| HSV(B) | 218.18º | 0.34% | 0.13% | - |
| XYZ | 0.92 | 0.96 | 1.5 | - |
| YUV | 24.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 32 | 0.34 | 0.22 | 0 | 0.87 | 218.18 | 0.21 | 0.1 |
| Hex | 15 | 19 | 20 | 22 | 16 | 0 | 57 | DA | 15 | A |
| Octal | 25 | 31 | 40 | 42 | 26 | 0 | 127 | 332 | 25 | 12 |
| Binary | 10101 | 11001 | 100000 | 100010 | 10110 | 0 | 1010111 | 11011010 | 10101 | 1010 |
Color Harmonies of #151920
Complementary color
Monochromatic Colors of #151920
Black with #151920
Text Example
Text Example
White with #151920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151920; }
p { color: rgb(21,25,32); }
H1.HeaderClassName
{
color: #151920;
}
.AnyTagClassName
{
color: #151920;
}
</style>
background-color css
<style>
a { background-color: #151920; }
a { background-color: rgb(21,25,32); }
div.DivClassName
{
background-color: #151920;
}
.BgClassName
{
background-color: #151920;
}
</style>
border-color css
<style>
span { border-color: #151920; }
span { border-color: rgb(21,25,32); }
td.TdClassName
{
border-color: #151920;
}
.TagClassName
{
border-color: #151920;
}
</style>