Shades of Black Russian #020215
Tints of Black Russian #020215
RGB
CMYK
RGB Variations
Color information
#020215 (or 0x020215) is known color: Black Russian. HEX triplet: 02, 02 and 15. RGB value is (2,2,21). Sum of RGB (Red+Green+Blue) = 2+2+21=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 21 (8.59% from 255 or 84% from 25); Max value from RGB is 21 - color contains mainly: blue. Hex color #020215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020215 is #FDFDEA. Grayscale: #040404. Windows color (decimal): -16645611 or 1376770. OLE color: 1376770.
HSL color Cylindrical-coordinate representation of color #020215: hue angle of 240º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020215 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 2 | 21 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.92 |
| HSL | 240º | 0.83% | 0.05% | - |
| HSV(B) | 240º | 0.9% | 0.08% | - |
| XYZ | 0.18 | 0.11 | 0.72 | - |
| YUV | 4.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 2 | 21 | 0.90 | 0.90 | 0 | 0.92 | 240 | 0.83 | 0.05 |
| Hex | 2 | 2 | 15 | 5A | 5A | 0 | 5C | F0 | 53 | 5 |
| Octal | 2 | 2 | 25 | 132 | 132 | 0 | 134 | 360 | 123 | 5 |
| Binary | 10 | 10 | 10101 | 1011010 | 1011010 | 0 | 1011100 | 11110000 | 1010011 | 101 |
Color Harmonies of #020215
Complementary color
Monochromatic Colors of #020215
Black with #020215
Text Example
Text Example
White with #020215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020215; }
p { color: rgb(2,2,21); }
H1.HeaderClassName
{
color: #020215;
}
.AnyTagClassName
{
color: #020215;
}
</style>
background-color css
<style>
a { background-color: #020215; }
a { background-color: rgb(2,2,21); }
div.DivClassName
{
background-color: #020215;
}
.BgClassName
{
background-color: #020215;
}
</style>
border-color css
<style>
span { border-color: #020215; }
span { border-color: rgb(2,2,21); }
td.TdClassName
{
border-color: #020215;
}
.TagClassName
{
border-color: #020215;
}
</style>