Shades of Black Russian #03022F
Tints of Black Russian #03022F
RGB
CMYK
RGB Variations
Color information
#03022F (or 0x03022F) is known color: Black Russian. HEX triplet: 03, 02 and 2F. RGB value is (3,2,47). Sum of RGB (Red+Green+Blue) = 3+2+47=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 47 (18.75% from 255 or 90.38% from 52); Max value from RGB is 47 - color contains mainly: blue. Hex color #03022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03022F is #FCFDD0. Grayscale: #070707. Windows color (decimal): -16580049 or 3080707. OLE color: 3080707.
HSL color Cylindrical-coordinate representation of color #03022F: hue angle of 241.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03022F is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 2 | 47 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.82 |
| HSL | 241.33º | 0.92% | 0.1% | - |
| HSV(B) | 241.33º | 0.96% | 0.18% | - |
| XYZ | 0.57 | 0.27 | 2.71 | - |
| YUV | 7.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 47 | 0.94 | 0.96 | 0 | 0.82 | 241.33 | 0.92 | 0.1 |
| Hex | 3 | 2 | 2F | 5E | 60 | 0 | 52 | F1 | 5C | A |
| Octal | 3 | 2 | 57 | 136 | 140 | 0 | 122 | 361 | 134 | 12 |
| Binary | 11 | 10 | 101111 | 1011110 | 1100000 | 0 | 1010010 | 11110001 | 1011100 | 1010 |
Color Harmonies of #03022F
Complementary color
Monochromatic Colors of #03022F
Black with #03022F
Text Example
Text Example
White with #03022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03022F; }
p { color: rgb(3,2,47); }
H1.HeaderClassName
{
color: #03022F;
}
.AnyTagClassName
{
color: #03022F;
}
</style>
background-color css
<style>
a { background-color: #03022F; }
a { background-color: rgb(3,2,47); }
div.DivClassName
{
background-color: #03022F;
}
.BgClassName
{
background-color: #03022F;
}
</style>
border-color css
<style>
span { border-color: #03022F; }
span { border-color: rgb(3,2,47); }
td.TdClassName
{
border-color: #03022F;
}
.TagClassName
{
border-color: #03022F;
}
</style>