Shades of Black Russian #03082E
Tints of Black Russian #03082E
RGB
CMYK
RGB Variations
Color information
#03082E (or 0x03082E) is known color: Black Russian. HEX triplet: 03, 08 and 2E. RGB value is (3,8,46). Sum of RGB (Red+Green+Blue) = 3+8+46=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 46 (18.36% from 255 or 80.70% from 57); Max value from RGB is 46 - color contains mainly: blue. Hex color #03082E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03082E is #FCF7D1. Grayscale: #0A0A0A. Windows color (decimal): -16578514 or 3016707. OLE color: 3016707.
HSL color Cylindrical-coordinate representation of color #03082E: hue angle of 233.02º 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 #03082E is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 8 | 46 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.82 |
| HSL | 233.02º | 0.88% | 0.1% | - |
| HSV(B) | 233.02º | 0.93% | 0.18% | - |
| XYZ | 0.62 | 0.39 | 2.63 | - |
| YUV | 10.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 46 | 0.93 | 0.83 | 0 | 0.82 | 233.02 | 0.88 | 0.1 |
| Hex | 3 | 8 | 2E | 5D | 53 | 0 | 52 | E9 | 58 | A |
| Octal | 3 | 10 | 56 | 135 | 123 | 0 | 122 | 351 | 130 | 12 |
| Binary | 11 | 1000 | 101110 | 1011101 | 1010011 | 0 | 1010010 | 11101001 | 1011000 | 1010 |
Color Harmonies of #03082E
Complementary color
Monochromatic Colors of #03082E
Black with #03082E
Text Example
Text Example
White with #03082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03082E; }
p { color: rgb(3,8,46); }
H1.HeaderClassName
{
color: #03082E;
}
.AnyTagClassName
{
color: #03082E;
}
</style>
background-color css
<style>
a { background-color: #03082E; }
a { background-color: rgb(3,8,46); }
div.DivClassName
{
background-color: #03082E;
}
.BgClassName
{
background-color: #03082E;
}
</style>
border-color css
<style>
span { border-color: #03082E; }
span { border-color: rgb(3,8,46); }
td.TdClassName
{
border-color: #03082E;
}
.TagClassName
{
border-color: #03082E;
}
</style>