Shades of Black Russian #03032F
Tints of Black Russian #03032F
RGB
CMYK
RGB Variations
Color information
#03032F (or 0x03032F) is known color: Black Russian. HEX triplet: 03, 03 and 2F. RGB value is (3,3,47). Sum of RGB (Red+Green+Blue) = 3+3+47=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 47 (18.75% from 255 or 88.68% from 53); Max value from RGB is 47 - color contains mainly: blue. Hex color #03032F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03032F is #FCFCD0. Grayscale: #070707. Windows color (decimal): -16579793 or 3080963. OLE color: 3080963.
HSL color Cylindrical-coordinate representation of color #03032F: hue angle of 240º 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 #03032F is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 3 | 47 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.82 |
| HSL | 240º | 0.88% | 0.1% | - |
| HSV(B) | 240º | 0.94% | 0.18% | - |
| XYZ | 0.58 | 0.29 | 2.71 | - |
| YUV | 8.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 47 | 0.94 | 0.94 | 0 | 0.82 | 240 | 0.88 | 0.1 |
| Hex | 3 | 3 | 2F | 5E | 5E | 0 | 52 | F0 | 58 | A |
| Octal | 3 | 3 | 57 | 136 | 136 | 0 | 122 | 360 | 130 | 12 |
| Binary | 11 | 11 | 101111 | 1011110 | 1011110 | 0 | 1010010 | 11110000 | 1011000 | 1010 |
Color Harmonies of #03032F
Complementary color
Monochromatic Colors of #03032F
Black with #03032F
Text Example
Text Example
White with #03032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03032F; }
p { color: rgb(3,3,47); }
H1.HeaderClassName
{
color: #03032F;
}
.AnyTagClassName
{
color: #03032F;
}
</style>
background-color css
<style>
a { background-color: #03032F; }
a { background-color: rgb(3,3,47); }
div.DivClassName
{
background-color: #03032F;
}
.BgClassName
{
background-color: #03032F;
}
</style>
border-color css
<style>
span { border-color: #03032F; }
span { border-color: rgb(3,3,47); }
td.TdClassName
{
border-color: #03032F;
}
.TagClassName
{
border-color: #03032F;
}
</style>