Shades of Black Russian #03022A
Tints of Black Russian #03022A
RGB
CMYK
RGB Variations
Color information
#03022A (or 0x03022A) is known color: Black Russian. HEX triplet: 03, 02 and 2A. RGB value is (3,2,42). Sum of RGB (Red+Green+Blue) = 3+2+42=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 42 (16.80% from 255 or 89.36% from 47); Max value from RGB is 42 - color contains mainly: blue. Hex color #03022A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03022A is #FCFDD5. Grayscale: #060606. Windows color (decimal): -16580054 or 2753027. OLE color: 2753027.
HSL color Cylindrical-coordinate representation of color #03022A: hue angle of 241.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03022A is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 2 | 42 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.84 |
| HSL | 241.5º | 0.91% | 0.09% | - |
| HSV(B) | 241.5º | 0.95% | 0.16% | - |
| XYZ | 0.48 | 0.23 | 2.21 | - |
| YUV | 6.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 42 | 0.93 | 0.95 | 0 | 0.84 | 241.5 | 0.91 | 0.09 |
| Hex | 3 | 2 | 2A | 5D | 5F | 0 | 54 | F2 | 5B | 9 |
| Octal | 3 | 2 | 52 | 135 | 137 | 0 | 124 | 362 | 133 | 11 |
| Binary | 11 | 10 | 101010 | 1011101 | 1011111 | 0 | 1010100 | 11110010 | 1011011 | 1001 |
Color Harmonies of #03022A
Complementary color
Monochromatic Colors of #03022A
Black with #03022A
Text Example
Text Example
White with #03022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03022A; }
p { color: rgb(3,2,42); }
H1.HeaderClassName
{
color: #03022A;
}
.AnyTagClassName
{
color: #03022A;
}
</style>
background-color css
<style>
a { background-color: #03022A; }
a { background-color: rgb(3,2,42); }
div.DivClassName
{
background-color: #03022A;
}
.BgClassName
{
background-color: #03022A;
}
</style>
border-color css
<style>
span { border-color: #03022A; }
span { border-color: rgb(3,2,42); }
td.TdClassName
{
border-color: #03022A;
}
.TagClassName
{
border-color: #03022A;
}
</style>