Shades of Black Russian #020713
Tints of Black Russian #020713
RGB
CMYK
RGB Variations
Color information
#020713 (or 0x020713) is known color: Black Russian. HEX triplet: 02, 07 and 13. RGB value is (2,7,19). Sum of RGB (Red+Green+Blue) = 2+7+19=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 19 (7.81% from 255 or 67.86% from 28); Max value from RGB is 19 - color contains mainly: blue. Hex color #020713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020713 is #FDF8EC. Grayscale: #060606. Windows color (decimal): -16644333 or 1246978. OLE color: 1246978.
HSL color Cylindrical-coordinate representation of color #020713: hue angle of 222.35º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020713 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 7 | 19 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.93 |
| HSL | 222.35º | 0.81% | 0.04% | - |
| HSV(B) | 222.35º | 0.89% | 0.07% | - |
| XYZ | 0.22 | 0.21 | 0.65 | - |
| YUV | 6.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 19 | 0.89 | 0.63 | 0 | 0.93 | 222.35 | 0.81 | 0.04 |
| Hex | 2 | 7 | 13 | 59 | 3F | 0 | 5D | DE | 51 | 4 |
| Octal | 2 | 7 | 23 | 131 | 77 | 0 | 135 | 336 | 121 | 4 |
| Binary | 10 | 111 | 10011 | 1011001 | 111111 | 0 | 1011101 | 11011110 | 1010001 | 100 |
Color Harmonies of #020713
Complementary color
Monochromatic Colors of #020713
Black with #020713
Text Example
Text Example
White with #020713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020713; }
p { color: rgb(2,7,19); }
H1.HeaderClassName
{
color: #020713;
}
.AnyTagClassName
{
color: #020713;
}
</style>
background-color css
<style>
a { background-color: #020713; }
a { background-color: rgb(2,7,19); }
div.DivClassName
{
background-color: #020713;
}
.BgClassName
{
background-color: #020713;
}
</style>
border-color css
<style>
span { border-color: #020713; }
span { border-color: rgb(2,7,19); }
td.TdClassName
{
border-color: #020713;
}
.TagClassName
{
border-color: #020713;
}
</style>