Shades of Black Russian #020720
Tints of Black Russian #020720
RGB
CMYK
RGB Variations
Color information
#020720 (or 0x020720) is known color: Black Russian. HEX triplet: 02, 07 and 20. RGB value is (2,7,32). Sum of RGB (Red+Green+Blue) = 2+7+32=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 32 (12.89% from 255 or 78.05% from 41); Max value from RGB is 32 - color contains mainly: blue. Hex color #020720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020720 is #FDF8DF. Grayscale: #080808. Windows color (decimal): -16644320 or 2098946. OLE color: 2098946.
HSL color Cylindrical-coordinate representation of color #020720: hue angle of 230º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020720 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 7 | 32 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.87 |
| HSL | 230º | 0.88% | 0.07% | - |
| HSV(B) | 230º | 0.94% | 0.13% | - |
| XYZ | 0.36 | 0.27 | 1.4 | - |
| YUV | 8.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 32 | 0.94 | 0.78 | 0 | 0.87 | 230 | 0.88 | 0.07 |
| Hex | 2 | 7 | 20 | 5E | 4E | 0 | 57 | E6 | 58 | 7 |
| Octal | 2 | 7 | 40 | 136 | 116 | 0 | 127 | 346 | 130 | 7 |
| Binary | 10 | 111 | 100000 | 1011110 | 1001110 | 0 | 1010111 | 11100110 | 1011000 | 111 |
Color Harmonies of #020720
Complementary color
Monochromatic Colors of #020720
Black with #020720
Text Example
Text Example
White with #020720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020720; }
p { color: rgb(2,7,32); }
H1.HeaderClassName
{
color: #020720;
}
.AnyTagClassName
{
color: #020720;
}
</style>
background-color css
<style>
a { background-color: #020720; }
a { background-color: rgb(2,7,32); }
div.DivClassName
{
background-color: #020720;
}
.BgClassName
{
background-color: #020720;
}
</style>
border-color css
<style>
span { border-color: #020720; }
span { border-color: rgb(2,7,32); }
td.TdClassName
{
border-color: #020720;
}
.TagClassName
{
border-color: #020720;
}
</style>