Shades of Black Russian #03041E
Tints of Black Russian #03041E
RGB
CMYK
RGB Variations
Color information
#03041E (or 0x03041E) is known color: Black Russian. HEX triplet: 03, 04 and 1E. RGB value is (3,4,30). Sum of RGB (Red+Green+Blue) = 3+4+30=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 4 (1.95% from 255 or 10.81% from 37); Blue value is 30 (12.11% from 255 or 81.08% from 37); Max value from RGB is 30 - color contains mainly: blue. Hex color #03041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03041E is #FCFBE1. Grayscale: #060606. Windows color (decimal): -16579554 or 1967107. OLE color: 1967107.
HSL color Cylindrical-coordinate representation of color #03041E: hue angle of 237.78º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03041E is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 4 | 30 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.88 |
| HSL | 237.78º | 0.82% | 0.06% | - |
| HSV(B) | 237.78º | 0.9% | 0.12% | - |
| XYZ | 0.32 | 0.2 | 1.25 | - |
| YUV | 6.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 30 | 0.90 | 0.87 | 0 | 0.88 | 237.78 | 0.82 | 0.06 |
| Hex | 3 | 4 | 1E | 5A | 57 | 0 | 58 | EE | 52 | 6 |
| Octal | 3 | 4 | 36 | 132 | 127 | 0 | 130 | 356 | 122 | 6 |
| Binary | 11 | 100 | 11110 | 1011010 | 1010111 | 0 | 1011000 | 11101110 | 1010010 | 110 |
Color Harmonies of #03041E
Complementary color
Monochromatic Colors of #03041E
Black with #03041E
Text Example
Text Example
White with #03041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03041E; }
p { color: rgb(3,4,30); }
H1.HeaderClassName
{
color: #03041E;
}
.AnyTagClassName
{
color: #03041E;
}
</style>
background-color css
<style>
a { background-color: #03041E; }
a { background-color: rgb(3,4,30); }
div.DivClassName
{
background-color: #03041E;
}
.BgClassName
{
background-color: #03041E;
}
</style>
border-color css
<style>
span { border-color: #03041E; }
span { border-color: rgb(3,4,30); }
td.TdClassName
{
border-color: #03041E;
}
.TagClassName
{
border-color: #03041E;
}
</style>