Shades of Black Russian #030332
Tints of Black Russian #030332
RGB
CMYK
RGB Variations
Color information
#030332 (or 0x030332) is known color: Black Russian. HEX triplet: 03, 03 and 32. RGB value is (3,3,50). Sum of RGB (Red+Green+Blue) = 3+3+50=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 50 (19.92% from 255 or 89.29% from 56); Max value from RGB is 50 - color contains mainly: blue. Hex color #030332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030332 is #FCFCCD. Grayscale: #080808. Windows color (decimal): -16579790 or 3277571. OLE color: 3277571.
HSL color Cylindrical-coordinate representation of color #030332: hue angle of 240º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030332 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 3 | 50 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.80 |
| HSL | 240º | 0.89% | 0.1% | - |
| HSV(B) | 240º | 0.94% | 0.2% | - |
| XYZ | 0.65 | 0.31 | 3.04 | - |
| YUV | 8.36 | 151.5 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 50 | 0.94 | 0.94 | 0 | 0.80 | 240 | 0.89 | 0.1 |
| Hex | 3 | 3 | 32 | 5E | 5E | 0 | 50 | F0 | 59 | A |
| Octal | 3 | 3 | 62 | 136 | 136 | 0 | 120 | 360 | 131 | 12 |
| Binary | 11 | 11 | 110010 | 1011110 | 1011110 | 0 | 1010000 | 11110000 | 1011001 | 1010 |
Color Harmonies of #030332
Complementary color
Monochromatic Colors of #030332
Black with #030332
Text Example
Text Example
White with #030332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030332; }
p { color: rgb(3,3,50); }
H1.HeaderClassName
{
color: #030332;
}
.AnyTagClassName
{
color: #030332;
}
</style>
background-color css
<style>
a { background-color: #030332; }
a { background-color: rgb(3,3,50); }
div.DivClassName
{
background-color: #030332;
}
.BgClassName
{
background-color: #030332;
}
</style>
border-color css
<style>
span { border-color: #030332; }
span { border-color: rgb(3,3,50); }
td.TdClassName
{
border-color: #030332;
}
.TagClassName
{
border-color: #030332;
}
</style>