Shades of Black Russian #03051D
Tints of Black Russian #03051D
RGB
CMYK
RGB Variations
Color information
#03051D (or 0x03051D) is known color: Black Russian. HEX triplet: 03, 05 and 1D. RGB value is (3,5,29). Sum of RGB (Red+Green+Blue) = 3+5+29=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 29 (11.72% from 255 or 78.38% from 37); Max value from RGB is 29 - color contains mainly: blue. Hex color #03051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03051D is #FCFAE2. Grayscale: #070707. Windows color (decimal): -16579299 or 1901827. OLE color: 1901827.
HSL color Cylindrical-coordinate representation of color #03051D: hue angle of 235.38º 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 #03051D is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 5 | 29 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.89 |
| HSL | 235.38º | 0.81% | 0.06% | - |
| HSV(B) | 235.38º | 0.9% | 0.11% | - |
| XYZ | 0.31 | 0.22 | 1.19 | - |
| YUV | 7.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 29 | 0.90 | 0.83 | 0 | 0.89 | 235.38 | 0.81 | 0.06 |
| Hex | 3 | 5 | 1D | 5A | 53 | 0 | 59 | EB | 51 | 6 |
| Octal | 3 | 5 | 35 | 132 | 123 | 0 | 131 | 353 | 121 | 6 |
| Binary | 11 | 101 | 11101 | 1011010 | 1010011 | 0 | 1011001 | 11101011 | 1010001 | 110 |
Color Harmonies of #03051D
Complementary color
Monochromatic Colors of #03051D
Black with #03051D
Text Example
Text Example
White with #03051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03051D; }
p { color: rgb(3,5,29); }
H1.HeaderClassName
{
color: #03051D;
}
.AnyTagClassName
{
color: #03051D;
}
</style>
background-color css
<style>
a { background-color: #03051D; }
a { background-color: rgb(3,5,29); }
div.DivClassName
{
background-color: #03051D;
}
.BgClassName
{
background-color: #03051D;
}
</style>
border-color css
<style>
span { border-color: #03051D; }
span { border-color: rgb(3,5,29); }
td.TdClassName
{
border-color: #03051D;
}
.TagClassName
{
border-color: #03051D;
}
</style>