Shades of Black Russian #03042A
Tints of Black Russian #03042A
RGB
CMYK
RGB Variations
Color information
#03042A (or 0x03042A) is known color: Black Russian. HEX triplet: 03, 04 and 2A. RGB value is (3,4,42). Sum of RGB (Red+Green+Blue) = 3+4+42=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 42 (16.80% from 255 or 85.71% from 49); Max value from RGB is 42 - color contains mainly: blue. Hex color #03042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03042A is #FCFBD5. Grayscale: #070707. Windows color (decimal): -16579542 or 2753539. OLE color: 2753539.
HSL color Cylindrical-coordinate representation of color #03042A: hue angle of 238.46º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03042A is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 4 | 42 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.84 |
| HSL | 238.46º | 0.87% | 0.09% | - |
| HSV(B) | 238.46º | 0.93% | 0.16% | - |
| XYZ | 0.5 | 0.27 | 2.22 | - |
| YUV | 8.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 42 | 0.93 | 0.90 | 0 | 0.84 | 238.46 | 0.87 | 0.09 |
| Hex | 3 | 4 | 2A | 5D | 5A | 0 | 54 | EE | 57 | 9 |
| Octal | 3 | 4 | 52 | 135 | 132 | 0 | 124 | 356 | 127 | 11 |
| Binary | 11 | 100 | 101010 | 1011101 | 1011010 | 0 | 1010100 | 11101110 | 1010111 | 1001 |
Color Harmonies of #03042A
Complementary color
Monochromatic Colors of #03042A
Black with #03042A
Text Example
Text Example
White with #03042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03042A; }
p { color: rgb(3,4,42); }
H1.HeaderClassName
{
color: #03042A;
}
.AnyTagClassName
{
color: #03042A;
}
</style>
background-color css
<style>
a { background-color: #03042A; }
a { background-color: rgb(3,4,42); }
div.DivClassName
{
background-color: #03042A;
}
.BgClassName
{
background-color: #03042A;
}
</style>
border-color css
<style>
span { border-color: #03042A; }
span { border-color: rgb(3,4,42); }
td.TdClassName
{
border-color: #03042A;
}
.TagClassName
{
border-color: #03042A;
}
</style>