Shades of Black Russian #020332
Tints of Black Russian #020332
RGB
CMYK
RGB Variations
Color information
#020332 (or 0x020332) is known color: Black Russian. HEX triplet: 02, 03 and 32. RGB value is (2,3,50). Sum of RGB (Red+Green+Blue) = 2+3+50=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 50 (19.92% from 255 or 90.91% from 55); Max value from RGB is 50 - color contains mainly: blue. Hex color #020332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020332 is #FDFCCD. Grayscale: #070707. Windows color (decimal): -16645326 or 3277570. OLE color: 3277570.
HSL color Cylindrical-coordinate representation of color #020332: hue angle of 238.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020332 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 3 | 50 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.80 |
| HSL | 238.75º | 0.92% | 0.1% | - |
| HSV(B) | 238.75º | 0.96% | 0.2% | - |
| XYZ | 0.63 | 0.31 | 3.04 | - |
| YUV | 8.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 50 | 0.96 | 0.94 | 0 | 0.80 | 238.75 | 0.92 | 0.1 |
| Hex | 2 | 3 | 32 | 60 | 5E | 0 | 50 | EF | 5C | A |
| Octal | 2 | 3 | 62 | 140 | 136 | 0 | 120 | 357 | 134 | 12 |
| Binary | 10 | 11 | 110010 | 1100000 | 1011110 | 0 | 1010000 | 11101111 | 1011100 | 1010 |
Color Harmonies of #020332
Complementary color
Monochromatic Colors of #020332
Black with #020332
Text Example
Text Example
White with #020332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020332; }
p { color: rgb(2,3,50); }
H1.HeaderClassName
{
color: #020332;
}
.AnyTagClassName
{
color: #020332;
}
</style>
background-color css
<style>
a { background-color: #020332; }
a { background-color: rgb(2,3,50); }
div.DivClassName
{
background-color: #020332;
}
.BgClassName
{
background-color: #020332;
}
</style>
border-color css
<style>
span { border-color: #020332; }
span { border-color: rgb(2,3,50); }
td.TdClassName
{
border-color: #020332;
}
.TagClassName
{
border-color: #020332;
}
</style>