Shades of Black Russian #03071E
Tints of Black Russian #03071E
RGB
CMYK
RGB Variations
Color information
#03071E (or 0x03071E) is known color: Black Russian. HEX triplet: 03, 07 and 1E. RGB value is (3,7,30). Sum of RGB (Red+Green+Blue) = 3+7+30=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #03071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071E is #FCF8E1. Grayscale: #080808. Windows color (decimal): -16578786 or 1967875. OLE color: 1967875.
HSL color Cylindrical-coordinate representation of color #03071E: hue angle of 231.11º 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 #03071E is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 7 | 30 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.88 |
| HSL | 231.11º | 0.82% | 0.06% | - |
| HSV(B) | 231.11º | 0.9% | 0.12% | - |
| XYZ | 0.35 | 0.27 | 1.26 | - |
| YUV | 8.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 30 | 0.90 | 0.77 | 0 | 0.88 | 231.11 | 0.82 | 0.06 |
| Hex | 3 | 7 | 1E | 5A | 4D | 0 | 58 | E7 | 52 | 6 |
| Octal | 3 | 7 | 36 | 132 | 115 | 0 | 130 | 347 | 122 | 6 |
| Binary | 11 | 111 | 11110 | 1011010 | 1001101 | 0 | 1011000 | 11100111 | 1010010 | 110 |
Color Harmonies of #03071E
Complementary color
Monochromatic Colors of #03071E
Black with #03071E
Text Example
Text Example
White with #03071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03071E; }
p { color: rgb(3,7,30); }
H1.HeaderClassName
{
color: #03071E;
}
.AnyTagClassName
{
color: #03071E;
}
</style>
background-color css
<style>
a { background-color: #03071E; }
a { background-color: rgb(3,7,30); }
div.DivClassName
{
background-color: #03071E;
}
.BgClassName
{
background-color: #03071E;
}
</style>
border-color css
<style>
span { border-color: #03071E; }
span { border-color: rgb(3,7,30); }
td.TdClassName
{
border-color: #03071E;
}
.TagClassName
{
border-color: #03071E;
}
</style>