Shades of Black Russian #020820
Tints of Black Russian #020820
RGB
CMYK
RGB Variations
Color information
#020820 (or 0x020820) is known color: Black Russian. HEX triplet: 02, 08 and 20. RGB value is (2,8,32). Sum of RGB (Red+Green+Blue) = 2+8+32=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 32 (12.89% from 255 or 76.19% from 42); Max value from RGB is 32 - color contains mainly: blue. Hex color #020820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020820 is #FDF7DF. Grayscale: #080808. Windows color (decimal): -16644064 or 2099202. OLE color: 2099202.
HSL color Cylindrical-coordinate representation of color #020820: hue angle of 228º 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 #020820 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 8 | 32 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.87 |
| HSL | 228º | 0.88% | 0.07% | - |
| HSV(B) | 228º | 0.94% | 0.13% | - |
| XYZ | 0.37 | 0.29 | 1.4 | - |
| YUV | 8.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 32 | 0.94 | 0.75 | 0 | 0.87 | 228 | 0.88 | 0.07 |
| Hex | 2 | 8 | 20 | 5E | 4B | 0 | 57 | E4 | 58 | 7 |
| Octal | 2 | 10 | 40 | 136 | 113 | 0 | 127 | 344 | 130 | 7 |
| Binary | 10 | 1000 | 100000 | 1011110 | 1001011 | 0 | 1010111 | 11100100 | 1011000 | 111 |
Color Harmonies of #020820
Complementary color
Monochromatic Colors of #020820
Black with #020820
Text Example
Text Example
White with #020820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020820; }
p { color: rgb(2,8,32); }
H1.HeaderClassName
{
color: #020820;
}
.AnyTagClassName
{
color: #020820;
}
</style>
background-color css
<style>
a { background-color: #020820; }
a { background-color: rgb(2,8,32); }
div.DivClassName
{
background-color: #020820;
}
.BgClassName
{
background-color: #020820;
}
</style>
border-color css
<style>
span { border-color: #020820; }
span { border-color: rgb(2,8,32); }
td.TdClassName
{
border-color: #020820;
}
.TagClassName
{
border-color: #020820;
}
</style>