Shades of Black Russian #03031F
Tints of Black Russian #03031F
RGB
CMYK
RGB Variations
Color information
#03031F (or 0x03031F) is known color: Black Russian. HEX triplet: 03, 03 and 1F. RGB value is (3,3,31). Sum of RGB (Red+Green+Blue) = 3+3+31=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 31 (12.5% from 255 or 83.78% from 37); Max value from RGB is 31 - color contains mainly: blue. Hex color #03031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03031F is #FCFCE0. Grayscale: #060606. Windows color (decimal): -16579809 or 2032387. OLE color: 2032387.
HSL color Cylindrical-coordinate representation of color #03031F: hue angle of 240º 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 #03031F is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 3 | 31 | - |
| CMYK | 0.90 | 0.90 | 0 | 0.88 |
| HSL | 240º | 0.82% | 0.07% | - |
| HSV(B) | 240º | 0.9% | 0.12% | - |
| XYZ | 0.32 | 0.18 | 1.31 | - |
| YUV | 6.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 31 | 0.90 | 0.90 | 0 | 0.88 | 240 | 0.82 | 0.07 |
| Hex | 3 | 3 | 1F | 5A | 5A | 0 | 58 | F0 | 52 | 7 |
| Octal | 3 | 3 | 37 | 132 | 132 | 0 | 130 | 360 | 122 | 7 |
| Binary | 11 | 11 | 11111 | 1011010 | 1011010 | 0 | 1011000 | 11110000 | 1010010 | 111 |
Color Harmonies of #03031F
Complementary color
Monochromatic Colors of #03031F
Black with #03031F
Text Example
Text Example
White with #03031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03031F; }
p { color: rgb(3,3,31); }
H1.HeaderClassName
{
color: #03031F;
}
.AnyTagClassName
{
color: #03031F;
}
</style>
background-color css
<style>
a { background-color: #03031F; }
a { background-color: rgb(3,3,31); }
div.DivClassName
{
background-color: #03031F;
}
.BgClassName
{
background-color: #03031F;
}
</style>
border-color css
<style>
span { border-color: #03031F; }
span { border-color: rgb(3,3,31); }
td.TdClassName
{
border-color: #03031F;
}
.TagClassName
{
border-color: #03031F;
}
</style>