Shades of Black Russian #03042D
Tints of Black Russian #03042D
RGB
CMYK
RGB Variations
Color information
#03042D (or 0x03042D) is known color: Black Russian. HEX triplet: 03, 04 and 2D. RGB value is (3,4,45). Sum of RGB (Red+Green+Blue) = 3+4+45=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 45 (17.97% from 255 or 86.54% from 52); Max value from RGB is 45 - color contains mainly: blue. Hex color #03042D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03042D is #FCFBD2. Grayscale: #080808. Windows color (decimal): -16579539 or 2950147. OLE color: 2950147.
HSL color Cylindrical-coordinate representation of color #03042D: hue angle of 238.57º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03042D is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 4 | 45 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.82 |
| HSL | 238.57º | 0.88% | 0.09% | - |
| HSV(B) | 238.57º | 0.93% | 0.18% | - |
| XYZ | 0.55 | 0.3 | 2.51 | - |
| YUV | 8.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 45 | 0.93 | 0.91 | 0 | 0.82 | 238.57 | 0.88 | 0.09 |
| Hex | 3 | 4 | 2D | 5D | 5B | 0 | 52 | EF | 58 | 9 |
| Octal | 3 | 4 | 55 | 135 | 133 | 0 | 122 | 357 | 130 | 11 |
| Binary | 11 | 100 | 101101 | 1011101 | 1011011 | 0 | 1010010 | 11101111 | 1011000 | 1001 |
Color Harmonies of #03042D
Complementary color
Monochromatic Colors of #03042D
Black with #03042D
Text Example
Text Example
White with #03042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03042D; }
p { color: rgb(3,4,45); }
H1.HeaderClassName
{
color: #03042D;
}
.AnyTagClassName
{
color: #03042D;
}
</style>
background-color css
<style>
a { background-color: #03042D; }
a { background-color: rgb(3,4,45); }
div.DivClassName
{
background-color: #03042D;
}
.BgClassName
{
background-color: #03042D;
}
</style>
border-color css
<style>
span { border-color: #03042D; }
span { border-color: rgb(3,4,45); }
td.TdClassName
{
border-color: #03042D;
}
.TagClassName
{
border-color: #03042D;
}
</style>