Shades of Black Russian #020032
Tints of Black Russian #020032
RGB
CMYK
RGB Variations
Color information
#020032 (or 0x020032) is known color: Black Russian. HEX triplet: 02, 00 and 32. RGB value is (2,0,50). Sum of RGB (Red+Green+Blue) = 2+0+50=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 50 (19.92% from 255 or 96.15% from 52); Max value from RGB is 50 - color contains mainly: blue. Hex color #020032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020032 is #FDFFCD. Grayscale: #060606. Windows color (decimal): -16646094 or 3276802. OLE color: 3276802.
HSL color Cylindrical-coordinate representation of color #020032: hue angle of 242.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #020032 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 0 | 50 | - |
| CMYK | 0.96 | 1 | 0 | 0.80 |
| HSL | 242.4º | 1% | 0.1% | - |
| HSV(B) | 242.4º | 1% | 0.2% | - |
| XYZ | 0.6 | 0.24 | 3.03 | - |
| YUV | 6.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 50 | 0.96 | 1 | 0 | 0.80 | 242.4 | 1 | 0.1 |
| Hex | 2 | 0 | 32 | 60 | 64 | 0 | 50 | F2 | 64 | A |
| Octal | 2 | 0 | 62 | 140 | 144 | 0 | 120 | 362 | 144 | 12 |
| Binary | 10 | 0 | 110010 | 1100000 | 1100100 | 0 | 1010000 | 11110010 | 1100100 | 1010 |
Color Harmonies of #020032
Complementary color
Monochromatic Colors of #020032
Black with #020032
Text Example
Text Example
White with #020032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020032; }
p { color: rgb(2,0,50); }
H1.HeaderClassName
{
color: #020032;
}
.AnyTagClassName
{
color: #020032;
}
</style>
background-color css
<style>
a { background-color: #020032; }
a { background-color: rgb(2,0,50); }
div.DivClassName
{
background-color: #020032;
}
.BgClassName
{
background-color: #020032;
}
</style>
border-color css
<style>
span { border-color: #020032; }
span { border-color: rgb(2,0,50); }
td.TdClassName
{
border-color: #020032;
}
.TagClassName
{
border-color: #020032;
}
</style>