Shades of Black Russian #151621
Tints of Black Russian #151621
RGB
CMYK
RGB Variations
Color information
#151621 (or 0x151621) is known color: Black Russian. HEX triplet: 15, 16 and 21. RGB value is (21,22,33). Sum of RGB (Red+Green+Blue) = 21+22+33=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 33 - color contains mainly: blue. Hex color #151621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151621 is #EAE9DE. Grayscale: #161616. Windows color (decimal): -15395295 or 2168341. OLE color: 2168341.
HSL color Cylindrical-coordinate representation of color #151621: hue angle of 235º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #151621 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 22 | 33 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.87 |
| HSL | 235º | 0.22% | 0.11% | - |
| HSV(B) | 235º | 0.36% | 0.13% | - |
| XYZ | 0.87 | 0.84 | 1.56 | - |
| YUV | 22.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 33 | 0.36 | 0.33 | 0 | 0.87 | 235 | 0.22 | 0.11 |
| Hex | 15 | 16 | 21 | 24 | 21 | 0 | 57 | EB | 16 | B |
| Octal | 25 | 26 | 41 | 44 | 41 | 0 | 127 | 353 | 26 | 13 |
| Binary | 10101 | 10110 | 100001 | 100100 | 100001 | 0 | 1010111 | 11101011 | 10110 | 1011 |
Color Harmonies of #151621
Complementary color
Monochromatic Colors of #151621
Black with #151621
Text Example
Text Example
White with #151621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151621; }
p { color: rgb(21,22,33); }
H1.HeaderClassName
{
color: #151621;
}
.AnyTagClassName
{
color: #151621;
}
</style>
background-color css
<style>
a { background-color: #151621; }
a { background-color: rgb(21,22,33); }
div.DivClassName
{
background-color: #151621;
}
.BgClassName
{
background-color: #151621;
}
</style>
border-color css
<style>
span { border-color: #151621; }
span { border-color: rgb(21,22,33); }
td.TdClassName
{
border-color: #151621;
}
.TagClassName
{
border-color: #151621;
}
</style>