Shades of Black Russian #020822
Tints of Black Russian #020822
RGB
CMYK
RGB Variations
Color information
#020822 (or 0x020822) is known color: Black Russian. HEX triplet: 02, 08 and 22. RGB value is (2,8,34). Sum of RGB (Red+Green+Blue) = 2+8+34=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 34 (13.67% from 255 or 77.27% from 44); Max value from RGB is 34 - color contains mainly: blue. Hex color #020822 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020822 is #FDF7DD. Grayscale: #090909. Windows color (decimal): -16644062 or 2230274. OLE color: 2230274.
HSL color Cylindrical-coordinate representation of color #020822: hue angle of 228.75º degrees, saturation: 0.89, 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 #020822 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 8 | 34 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.87 |
| HSL | 228.75º | 0.89% | 0.07% | - |
| HSV(B) | 228.75º | 0.94% | 0.13% | - |
| XYZ | 0.4 | 0.3 | 1.55 | - |
| YUV | 9.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 34 | 0.94 | 0.76 | 0 | 0.87 | 228.75 | 0.89 | 0.07 |
| Hex | 2 | 8 | 22 | 5E | 4C | 0 | 57 | E5 | 59 | 7 |
| Octal | 2 | 10 | 42 | 136 | 114 | 0 | 127 | 345 | 131 | 7 |
| Binary | 10 | 1000 | 100010 | 1011110 | 1001100 | 0 | 1010111 | 11100101 | 1011001 | 111 |
Color Harmonies of #020822
Complementary color
Monochromatic Colors of #020822
Black with #020822
Text Example
Text Example
White with #020822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020822; }
p { color: rgb(2,8,34); }
H1.HeaderClassName
{
color: #020822;
}
.AnyTagClassName
{
color: #020822;
}
</style>
background-color css
<style>
a { background-color: #020822; }
a { background-color: rgb(2,8,34); }
div.DivClassName
{
background-color: #020822;
}
.BgClassName
{
background-color: #020822;
}
</style>
border-color css
<style>
span { border-color: #020822; }
span { border-color: rgb(2,8,34); }
td.TdClassName
{
border-color: #020822;
}
.TagClassName
{
border-color: #020822;
}
</style>