Shades of Black Russian #03041D
Tints of Black Russian #03041D
RGB
CMYK
RGB Variations
Color information
#03041D (or 0x03041D) is known color: Black Russian. HEX triplet: 03, 04 and 1D. RGB value is (3,4,29). Sum of RGB (Red+Green+Blue) = 3+4+29=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 29 (11.72% from 255 or 80.56% from 36); Max value from RGB is 29 - color contains mainly: blue. Hex color #03041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03041D is #FCFBE2. Grayscale: #060606. Windows color (decimal): -16579555 or 1901571. OLE color: 1901571.
HSL color Cylindrical-coordinate representation of color #03041D: hue angle of 237.69º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03041D is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 4 | 29 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.89 |
| HSL | 237.69º | 0.81% | 0.06% | - |
| HSV(B) | 237.69º | 0.9% | 0.11% | - |
| XYZ | 0.3 | 0.19 | 1.18 | - |
| YUV | 6.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 29 | 0.90 | 0.86 | 0 | 0.89 | 237.69 | 0.81 | 0.06 |
| Hex | 3 | 4 | 1D | 5A | 56 | 0 | 59 | EE | 51 | 6 |
| Octal | 3 | 4 | 35 | 132 | 126 | 0 | 131 | 356 | 121 | 6 |
| Binary | 11 | 100 | 11101 | 1011010 | 1010110 | 0 | 1011001 | 11101110 | 1010001 | 110 |
Color Harmonies of #03041D
Complementary color
Monochromatic Colors of #03041D
Black with #03041D
Text Example
Text Example
White with #03041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03041D; }
p { color: rgb(3,4,29); }
H1.HeaderClassName
{
color: #03041D;
}
.AnyTagClassName
{
color: #03041D;
}
</style>
background-color css
<style>
a { background-color: #03041D; }
a { background-color: rgb(3,4,29); }
div.DivClassName
{
background-color: #03041D;
}
.BgClassName
{
background-color: #03041D;
}
</style>
border-color css
<style>
span { border-color: #03041D; }
span { border-color: rgb(3,4,29); }
td.TdClassName
{
border-color: #03041D;
}
.TagClassName
{
border-color: #03041D;
}
</style>