Shades of Black Russian #03021D
Tints of Black Russian #03021D
RGB
CMYK
RGB Variations
Color information
#03021D (or 0x03021D) is known color: Black Russian. HEX triplet: 03, 02 and 1D. RGB value is (3,2,29). Sum of RGB (Red+Green+Blue) = 3+2+29=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 29 (11.72% from 255 or 85.29% from 34); Max value from RGB is 29 - color contains mainly: blue. Hex color #03021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03021D is #FCFDE2. Grayscale: #050505. Windows color (decimal): -16580067 or 1901059. OLE color: 1901059.
HSL color Cylindrical-coordinate representation of color #03021D: hue angle of 242.22º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03021D is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 2 | 29 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.89 |
| HSL | 242.22º | 0.87% | 0.06% | - |
| HSV(B) | 242.22º | 0.93% | 0.11% | - |
| XYZ | 0.28 | 0.15 | 1.18 | - |
| YUV | 5.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 29 | 0.90 | 0.93 | 0 | 0.89 | 242.22 | 0.87 | 0.06 |
| Hex | 3 | 2 | 1D | 5A | 5D | 0 | 59 | F2 | 57 | 6 |
| Octal | 3 | 2 | 35 | 132 | 135 | 0 | 131 | 362 | 127 | 6 |
| Binary | 11 | 10 | 11101 | 1011010 | 1011101 | 0 | 1011001 | 11110010 | 1010111 | 110 |
Color Harmonies of #03021D
Complementary color
Monochromatic Colors of #03021D
Black with #03021D
Text Example
Text Example
White with #03021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03021D; }
p { color: rgb(3,2,29); }
H1.HeaderClassName
{
color: #03021D;
}
.AnyTagClassName
{
color: #03021D;
}
</style>
background-color css
<style>
a { background-color: #03021D; }
a { background-color: rgb(3,2,29); }
div.DivClassName
{
background-color: #03021D;
}
.BgClassName
{
background-color: #03021D;
}
</style>
border-color css
<style>
span { border-color: #03021D; }
span { border-color: rgb(3,2,29); }
td.TdClassName
{
border-color: #03021D;
}
.TagClassName
{
border-color: #03021D;
}
</style>