Shades of Black Russian #020120
Tints of Black Russian #020120
RGB
CMYK
RGB Variations
Color information
#020120 (or 0x020120) is known color: Black Russian. HEX triplet: 02, 01 and 20. RGB value is (2,1,32). Sum of RGB (Red+Green+Blue) = 2+1+32=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 32 (12.89% from 255 or 91.43% from 35); Max value from RGB is 32 - color contains mainly: blue. Hex color #020120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020120 is #FDFEDF. Grayscale: #040404. Windows color (decimal): -16645856 or 2097410. OLE color: 2097410.
HSL color Cylindrical-coordinate representation of color #020120: hue angle of 241.94º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020120 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 1 | 32 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.87 |
| HSL | 241.94º | 0.94% | 0.06% | - |
| HSV(B) | 241.94º | 0.97% | 0.13% | - |
| XYZ | 0.3 | 0.14 | 1.38 | - |
| YUV | 4.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 32 | 0.94 | 0.97 | 0 | 0.87 | 241.94 | 0.94 | 0.06 |
| Hex | 2 | 1 | 20 | 5E | 61 | 0 | 57 | F2 | 5E | 6 |
| Octal | 2 | 1 | 40 | 136 | 141 | 0 | 127 | 362 | 136 | 6 |
| Binary | 10 | 1 | 100000 | 1011110 | 1100001 | 0 | 1010111 | 11110010 | 1011110 | 110 |
Color Harmonies of #020120
Complementary color
Monochromatic Colors of #020120
Black with #020120
Text Example
Text Example
White with #020120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020120; }
p { color: rgb(2,1,32); }
H1.HeaderClassName
{
color: #020120;
}
.AnyTagClassName
{
color: #020120;
}
</style>
background-color css
<style>
a { background-color: #020120; }
a { background-color: rgb(2,1,32); }
div.DivClassName
{
background-color: #020120;
}
.BgClassName
{
background-color: #020120;
}
</style>
border-color css
<style>
span { border-color: #020120; }
span { border-color: rgb(2,1,32); }
td.TdClassName
{
border-color: #020120;
}
.TagClassName
{
border-color: #020120;
}
</style>