Shades of Black Russian #020329
Tints of Black Russian #020329
RGB
CMYK
RGB Variations
Color information
#020329 (or 0x020329) is known color: Black Russian. HEX triplet: 02, 03 and 29. RGB value is (2,3,41). Sum of RGB (Red+Green+Blue) = 2+3+41=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 41 (16.41% from 255 or 89.13% from 46); Max value from RGB is 41 - color contains mainly: blue. Hex color #020329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020329 is #FDFCD6. Grayscale: #060606. Windows color (decimal): -16645335 or 2687746. OLE color: 2687746.
HSL color Cylindrical-coordinate representation of color #020329: hue angle of 238.46º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020329 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 3 | 41 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.84 |
| HSL | 238.46º | 0.91% | 0.08% | - |
| HSV(B) | 238.46º | 0.95% | 0.16% | - |
| XYZ | 0.46 | 0.24 | 2.12 | - |
| YUV | 7.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 41 | 0.95 | 0.93 | 0 | 0.84 | 238.46 | 0.91 | 0.08 |
| Hex | 2 | 3 | 29 | 5F | 5D | 0 | 54 | EE | 5B | 8 |
| Octal | 2 | 3 | 51 | 137 | 135 | 0 | 124 | 356 | 133 | 10 |
| Binary | 10 | 11 | 101001 | 1011111 | 1011101 | 0 | 1010100 | 11101110 | 1011011 | 1000 |
Color Harmonies of #020329
Complementary color
Monochromatic Colors of #020329
Black with #020329
Text Example
Text Example
White with #020329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020329; }
p { color: rgb(2,3,41); }
H1.HeaderClassName
{
color: #020329;
}
.AnyTagClassName
{
color: #020329;
}
</style>
background-color css
<style>
a { background-color: #020329; }
a { background-color: rgb(2,3,41); }
div.DivClassName
{
background-color: #020329;
}
.BgClassName
{
background-color: #020329;
}
</style>
border-color css
<style>
span { border-color: #020329; }
span { border-color: rgb(2,3,41); }
td.TdClassName
{
border-color: #020329;
}
.TagClassName
{
border-color: #020329;
}
</style>