Shades of Black Russian #03042C
Tints of Black Russian #03042C
RGB
CMYK
RGB Variations
Color information
#03042C (or 0x03042C) is known color: Black Russian. HEX triplet: 03, 04 and 2C. RGB value is (3,4,44). Sum of RGB (Red+Green+Blue) = 3+4+44=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 44 (17.58% from 255 or 86.27% from 51); Max value from RGB is 44 - color contains mainly: blue. Hex color #03042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03042C is #FCFBD3. Grayscale: #080808. Windows color (decimal): -16579540 or 2884611. OLE color: 2884611.
HSL color Cylindrical-coordinate representation of color #03042C: hue angle of 238.54º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03042C is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 4 | 44 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.83 |
| HSL | 238.54º | 0.87% | 0.09% | - |
| HSV(B) | 238.54º | 0.93% | 0.17% | - |
| XYZ | 0.54 | 0.29 | 2.41 | - |
| YUV | 8.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 44 | 0.93 | 0.91 | 0 | 0.83 | 238.54 | 0.87 | 0.09 |
| Hex | 3 | 4 | 2C | 5D | 5B | 0 | 53 | EF | 57 | 9 |
| Octal | 3 | 4 | 54 | 135 | 133 | 0 | 123 | 357 | 127 | 11 |
| Binary | 11 | 100 | 101100 | 1011101 | 1011011 | 0 | 1010011 | 11101111 | 1010111 | 1001 |
Color Harmonies of #03042C
Complementary color
Monochromatic Colors of #03042C
Black with #03042C
Text Example
Text Example
White with #03042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03042C; }
p { color: rgb(3,4,44); }
H1.HeaderClassName
{
color: #03042C;
}
.AnyTagClassName
{
color: #03042C;
}
</style>
background-color css
<style>
a { background-color: #03042C; }
a { background-color: rgb(3,4,44); }
div.DivClassName
{
background-color: #03042C;
}
.BgClassName
{
background-color: #03042C;
}
</style>
border-color css
<style>
span { border-color: #03042C; }
span { border-color: rgb(3,4,44); }
td.TdClassName
{
border-color: #03042C;
}
.TagClassName
{
border-color: #03042C;
}
</style>