Shades of Black Russian #03051F
Tints of Black Russian #03051F
RGB
CMYK
RGB Variations
Color information
#03051F (or 0x03051F) is known color: Black Russian. HEX triplet: 03, 05 and 1F. RGB value is (3,5,31). Sum of RGB (Red+Green+Blue) = 3+5+31=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #03051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03051F is #FCFAE0. Grayscale: #070707. Windows color (decimal): -16579297 or 2032899. OLE color: 2032899.
HSL color Cylindrical-coordinate representation of color #03051F: hue angle of 235.71º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03051F is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 5 | 31 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.88 |
| HSL | 235.71º | 0.82% | 0.07% | - |
| HSV(B) | 235.71º | 0.9% | 0.12% | - |
| XYZ | 0.34 | 0.23 | 1.32 | - |
| YUV | 7.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 31 | 0.90 | 0.84 | 0 | 0.88 | 235.71 | 0.82 | 0.07 |
| Hex | 3 | 5 | 1F | 5A | 54 | 0 | 58 | EC | 52 | 7 |
| Octal | 3 | 5 | 37 | 132 | 124 | 0 | 130 | 354 | 122 | 7 |
| Binary | 11 | 101 | 11111 | 1011010 | 1010100 | 0 | 1011000 | 11101100 | 1010010 | 111 |
Color Harmonies of #03051F
Complementary color
Monochromatic Colors of #03051F
Black with #03051F
Text Example
Text Example
White with #03051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03051F; }
p { color: rgb(3,5,31); }
H1.HeaderClassName
{
color: #03051F;
}
.AnyTagClassName
{
color: #03051F;
}
</style>
background-color css
<style>
a { background-color: #03051F; }
a { background-color: rgb(3,5,31); }
div.DivClassName
{
background-color: #03051F;
}
.BgClassName
{
background-color: #03051F;
}
</style>
border-color css
<style>
span { border-color: #03051F; }
span { border-color: rgb(3,5,31); }
td.TdClassName
{
border-color: #03051F;
}
.TagClassName
{
border-color: #03051F;
}
</style>