Shades of Black Russian #03020B
Tints of Black Russian #03020B
RGB
CMYK
RGB Variations
Color information
#03020B (or 0x03020B) is known color: Black Russian. HEX triplet: 03, 02 and 0B. RGB value is (3,2,11). Sum of RGB (Red+Green+Blue) = 3+2+11=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 11 (4.69% from 255 or 68.75% from 16); Max value from RGB is 11 - color contains mainly: blue. Hex color #03020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03020B is #FCFDF4. Grayscale: #030303. Windows color (decimal): -16580085 or 721411. OLE color: 721411.
HSL color Cylindrical-coordinate representation of color #03020B: hue angle of 246.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #03020B is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 2 | 11 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.96 |
| HSL | 246.67º | 0.69% | 0.03% | - |
| HSV(B) | 246.67º | 0.82% | 0.04% | - |
| XYZ | 0.12 | 0.09 | 0.33 | - |
| YUV | 3.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 11 | 0.73 | 0.82 | 0 | 0.96 | 246.67 | 0.69 | 0.03 |
| Hex | 3 | 2 | B | 49 | 52 | 0 | 60 | F7 | 45 | 3 |
| Octal | 3 | 2 | 13 | 111 | 122 | 0 | 140 | 367 | 105 | 3 |
| Binary | 11 | 10 | 1011 | 1001001 | 1010010 | 0 | 1100000 | 11110111 | 1000101 | 11 |
Color Harmonies of #03020B
Complementary color
Monochromatic Colors of #03020B
Black with #03020B
Text Example
Text Example
White with #03020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03020B; }
p { color: rgb(3,2,11); }
H1.HeaderClassName
{
color: #03020B;
}
.AnyTagClassName
{
color: #03020B;
}
</style>
background-color css
<style>
a { background-color: #03020B; }
a { background-color: rgb(3,2,11); }
div.DivClassName
{
background-color: #03020B;
}
.BgClassName
{
background-color: #03020B;
}
</style>
border-color css
<style>
span { border-color: #03020B; }
span { border-color: rgb(3,2,11); }
td.TdClassName
{
border-color: #03020B;
}
.TagClassName
{
border-color: #03020B;
}
</style>