Shades of Black Russian #03082F
Tints of Black Russian #03082F
RGB
CMYK
RGB Variations
Color information
#03082F (or 0x03082F) is known color: Black Russian. HEX triplet: 03, 08 and 2F. RGB value is (3,8,47). Sum of RGB (Red+Green+Blue) = 3+8+47=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 47 (18.75% from 255 or 81.03% from 58); Max value from RGB is 47 - color contains mainly: blue. Hex color #03082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03082F is #FCF7D0. Grayscale: #0A0A0A. Windows color (decimal): -16578513 or 3082243. OLE color: 3082243.
HSL color Cylindrical-coordinate representation of color #03082F: hue angle of 233.18º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03082F is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 8 | 47 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.82 |
| HSL | 233.18º | 0.88% | 0.1% | - |
| HSV(B) | 233.18º | 0.94% | 0.18% | - |
| XYZ | 0.64 | 0.4 | 2.73 | - |
| YUV | 10.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 47 | 0.94 | 0.83 | 0 | 0.82 | 233.18 | 0.88 | 0.1 |
| Hex | 3 | 8 | 2F | 5E | 53 | 0 | 52 | E9 | 58 | A |
| Octal | 3 | 10 | 57 | 136 | 123 | 0 | 122 | 351 | 130 | 12 |
| Binary | 11 | 1000 | 101111 | 1011110 | 1010011 | 0 | 1010010 | 11101001 | 1011000 | 1010 |
Color Harmonies of #03082F
Complementary color
Monochromatic Colors of #03082F
Black with #03082F
Text Example
Text Example
White with #03082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03082F; }
p { color: rgb(3,8,47); }
H1.HeaderClassName
{
color: #03082F;
}
.AnyTagClassName
{
color: #03082F;
}
</style>
background-color css
<style>
a { background-color: #03082F; }
a { background-color: rgb(3,8,47); }
div.DivClassName
{
background-color: #03082F;
}
.BgClassName
{
background-color: #03082F;
}
</style>
border-color css
<style>
span { border-color: #03082F; }
span { border-color: rgb(3,8,47); }
td.TdClassName
{
border-color: #03082F;
}
.TagClassName
{
border-color: #03082F;
}
</style>