Shades of Black Russian #03072E
Tints of Black Russian #03072E
RGB
CMYK
RGB Variations
Color information
#03072E (or 0x03072E) is known color: Black Russian. HEX triplet: 03, 07 and 2E. RGB value is (3,7,46). Sum of RGB (Red+Green+Blue) = 3+7+46=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 46 (18.36% from 255 or 82.14% from 56); Max value from RGB is 46 - color contains mainly: blue. Hex color #03072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03072E is #FCF8D1. Grayscale: #0A0A0A. Windows color (decimal): -16578770 or 3016451. OLE color: 3016451.
HSL color Cylindrical-coordinate representation of color #03072E: hue angle of 234.42º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03072E is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 7 | 46 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.82 |
| HSL | 234.42º | 0.88% | 0.1% | - |
| HSV(B) | 234.42º | 0.93% | 0.18% | - |
| XYZ | 0.61 | 0.37 | 2.62 | - |
| YUV | 10.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 46 | 0.93 | 0.85 | 0 | 0.82 | 234.42 | 0.88 | 0.1 |
| Hex | 3 | 7 | 2E | 5D | 55 | 0 | 52 | EA | 58 | A |
| Octal | 3 | 7 | 56 | 135 | 125 | 0 | 122 | 352 | 130 | 12 |
| Binary | 11 | 111 | 101110 | 1011101 | 1010101 | 0 | 1010010 | 11101010 | 1011000 | 1010 |
Color Harmonies of #03072E
Complementary color
Monochromatic Colors of #03072E
Black with #03072E
Text Example
Text Example
White with #03072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03072E; }
p { color: rgb(3,7,46); }
H1.HeaderClassName
{
color: #03072E;
}
.AnyTagClassName
{
color: #03072E;
}
</style>
background-color css
<style>
a { background-color: #03072E; }
a { background-color: rgb(3,7,46); }
div.DivClassName
{
background-color: #03072E;
}
.BgClassName
{
background-color: #03072E;
}
</style>
border-color css
<style>
span { border-color: #03072E; }
span { border-color: rgb(3,7,46); }
td.TdClassName
{
border-color: #03072E;
}
.TagClassName
{
border-color: #03072E;
}
</style>