Shades of Black Russian #030331
Tints of Black Russian #030331
RGB
CMYK
RGB Variations
Color information
#030331 (or 0x030331) is known color: Black Russian. HEX triplet: 03, 03 and 31. RGB value is (3,3,49). Sum of RGB (Red+Green+Blue) = 3+3+49=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 49 (19.53% from 255 or 89.09% from 55); Max value from RGB is 49 - color contains mainly: blue. Hex color #030331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030331 is #FCFCCE. Grayscale: #080808. Windows color (decimal): -16579791 or 3212035. OLE color: 3212035.
HSL color Cylindrical-coordinate representation of color #030331: hue angle of 240º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030331 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 3 | 49 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.81 |
| HSL | 240º | 0.88% | 0.1% | - |
| HSV(B) | 240º | 0.94% | 0.19% | - |
| XYZ | 0.62 | 0.31 | 2.93 | - |
| YUV | 8.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 49 | 0.94 | 0.94 | 0 | 0.81 | 240 | 0.88 | 0.1 |
| Hex | 3 | 3 | 31 | 5E | 5E | 0 | 51 | F0 | 58 | A |
| Octal | 3 | 3 | 61 | 136 | 136 | 0 | 121 | 360 | 130 | 12 |
| Binary | 11 | 11 | 110001 | 1011110 | 1011110 | 0 | 1010001 | 11110000 | 1011000 | 1010 |
Color Harmonies of #030331
Complementary color
Monochromatic Colors of #030331
Black with #030331
Text Example
Text Example
White with #030331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030331; }
p { color: rgb(3,3,49); }
H1.HeaderClassName
{
color: #030331;
}
.AnyTagClassName
{
color: #030331;
}
</style>
background-color css
<style>
a { background-color: #030331; }
a { background-color: rgb(3,3,49); }
div.DivClassName
{
background-color: #030331;
}
.BgClassName
{
background-color: #030331;
}
</style>
border-color css
<style>
span { border-color: #030331; }
span { border-color: rgb(3,3,49); }
td.TdClassName
{
border-color: #030331;
}
.TagClassName
{
border-color: #030331;
}
</style>