Shades of Black Russian #020515
Tints of Black Russian #020515
RGB
CMYK
RGB Variations
Color information
#020515 (or 0x020515) is known color: Black Russian. HEX triplet: 02, 05 and 15. RGB value is (2,5,21). Sum of RGB (Red+Green+Blue) = 2+5+21=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 21 (8.59% from 255 or 75% from 28); Max value from RGB is 21 - color contains mainly: blue. Hex color #020515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020515 is #FDFAEA. Grayscale: #050505. Windows color (decimal): -16644843 or 1377538. OLE color: 1377538.
HSL color Cylindrical-coordinate representation of color #020515: hue angle of 230.53º 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 #020515 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 5 | 21 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.92 |
| HSL | 230.53º | 0.83% | 0.05% | - |
| HSV(B) | 230.53º | 0.9% | 0.08% | - |
| XYZ | 0.21 | 0.18 | 0.73 | - |
| YUV | 5.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 21 | 0.90 | 0.76 | 0 | 0.92 | 230.53 | 0.83 | 0.05 |
| Hex | 2 | 5 | 15 | 5A | 4C | 0 | 5C | E7 | 53 | 5 |
| Octal | 2 | 5 | 25 | 132 | 114 | 0 | 134 | 347 | 123 | 5 |
| Binary | 10 | 101 | 10101 | 1011010 | 1001100 | 0 | 1011100 | 11100111 | 1010011 | 101 |
Color Harmonies of #020515
Complementary color
Monochromatic Colors of #020515
Black with #020515
Text Example
Text Example
White with #020515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020515; }
p { color: rgb(2,5,21); }
H1.HeaderClassName
{
color: #020515;
}
.AnyTagClassName
{
color: #020515;
}
</style>
background-color css
<style>
a { background-color: #020515; }
a { background-color: rgb(2,5,21); }
div.DivClassName
{
background-color: #020515;
}
.BgClassName
{
background-color: #020515;
}
</style>
border-color css
<style>
span { border-color: #020515; }
span { border-color: rgb(2,5,21); }
td.TdClassName
{
border-color: #020515;
}
.TagClassName
{
border-color: #020515;
}
</style>