Shades of Black Russian #151820
Tints of Black Russian #151820
RGB
CMYK
RGB Variations
Color information
#151820 (or 0x151820) is known color: Black Russian. HEX triplet: 15, 18 and 20. RGB value is (21,24,32). Sum of RGB (Red+Green+Blue) = 21+24+32=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 32 - color contains mainly: blue. Hex color #151820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151820 is #EAE7DF. Grayscale: #171717. Windows color (decimal): -15394784 or 2103317. OLE color: 2103317.
HSL color Cylindrical-coordinate representation of color #151820: hue angle of 223.64º 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 #151820 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 24 | 32 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.87 |
| HSL | 223.64º | 0.21% | 0.1% | - |
| HSV(B) | 223.64º | 0.34% | 0.13% | - |
| XYZ | 0.9 | 0.92 | 1.5 | - |
| YUV | 24.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 32 | 0.34 | 0.25 | 0 | 0.87 | 223.64 | 0.21 | 0.1 |
| Hex | 15 | 18 | 20 | 22 | 19 | 0 | 57 | E0 | 15 | A |
| Octal | 25 | 30 | 40 | 42 | 31 | 0 | 127 | 340 | 25 | 12 |
| Binary | 10101 | 11000 | 100000 | 100010 | 11001 | 0 | 1010111 | 11100000 | 10101 | 1010 |
Color Harmonies of #151820
Complementary color
Monochromatic Colors of #151820
Black with #151820
Text Example
Text Example
White with #151820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151820; }
p { color: rgb(21,24,32); }
H1.HeaderClassName
{
color: #151820;
}
.AnyTagClassName
{
color: #151820;
}
</style>
background-color css
<style>
a { background-color: #151820; }
a { background-color: rgb(21,24,32); }
div.DivClassName
{
background-color: #151820;
}
.BgClassName
{
background-color: #151820;
}
</style>
border-color css
<style>
span { border-color: #151820; }
span { border-color: rgb(21,24,32); }
td.TdClassName
{
border-color: #151820;
}
.TagClassName
{
border-color: #151820;
}
</style>