Shades of Black Russian #020020
Tints of Black Russian #020020
RGB
CMYK
RGB Variations
Color information
#020020 (or 0x020020) is known color: Black Russian. HEX triplet: 02, 00 and 20. RGB value is (2,0,32). Sum of RGB (Red+Green+Blue) = 2+0+32=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 32 (12.89% from 255 or 94.12% from 34); Max value from RGB is 32 - color contains mainly: blue. Hex color #020020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020020 is #FDFFDF. Grayscale: #040404. Windows color (decimal): -16646112 or 2097154. OLE color: 2097154.
HSL color Cylindrical-coordinate representation of color #020020: hue angle of 243.75º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020020 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 0 | 32 | - |
| CMYK | 0.94 | 1 | 0 | 0.87 |
| HSL | 243.75º | 1% | 0.06% | - |
| HSV(B) | 243.75º | 1% | 0.13% | - |
| XYZ | 0.29 | 0.12 | 1.37 | - |
| YUV | 4.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 32 | 0.94 | 1 | 0 | 0.87 | 243.75 | 1 | 0.06 |
| Hex | 2 | 0 | 20 | 5E | 64 | 0 | 57 | F4 | 64 | 6 |
| Octal | 2 | 0 | 40 | 136 | 144 | 0 | 127 | 364 | 144 | 6 |
| Binary | 10 | 0 | 100000 | 1011110 | 1100100 | 0 | 1010111 | 11110100 | 1100100 | 110 |
Color Harmonies of #020020
Complementary color
Monochromatic Colors of #020020
Black with #020020
Text Example
Text Example
White with #020020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020020; }
p { color: rgb(2,0,32); }
H1.HeaderClassName
{
color: #020020;
}
.AnyTagClassName
{
color: #020020;
}
</style>
background-color css
<style>
a { background-color: #020020; }
a { background-color: rgb(2,0,32); }
div.DivClassName
{
background-color: #020020;
}
.BgClassName
{
background-color: #020020;
}
</style>
border-color css
<style>
span { border-color: #020020; }
span { border-color: rgb(2,0,32); }
td.TdClassName
{
border-color: #020020;
}
.TagClassName
{
border-color: #020020;
}
</style>