Shades of Black Russian #03020D
Tints of Black Russian #03020D
RGB
CMYK
RGB Variations
Color information
#03020D (or 0x03020D) is known color: Black Russian. HEX triplet: 03, 02 and 0D. RGB value is (3,2,13). Sum of RGB (Red+Green+Blue) = 3+2+13=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 13 (5.47% from 255 or 72.22% from 18); Max value from RGB is 13 - color contains mainly: blue. Hex color #03020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03020D is #FCFDF2. Grayscale: #030303. Windows color (decimal): -16580083 or 852483. OLE color: 852483.
HSL color Cylindrical-coordinate representation of color #03020D: hue angle of 245.45º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #03020D is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 2 | 13 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.95 |
| HSL | 245.45º | 0.73% | 0.03% | - |
| HSV(B) | 245.45º | 0.85% | 0.05% | - |
| XYZ | 0.13 | 0.09 | 0.39 | - |
| YUV | 3.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 13 | 0.77 | 0.85 | 0 | 0.95 | 245.45 | 0.73 | 0.03 |
| Hex | 3 | 2 | D | 4D | 55 | 0 | 5F | F5 | 49 | 3 |
| Octal | 3 | 2 | 15 | 115 | 125 | 0 | 137 | 365 | 111 | 3 |
| Binary | 11 | 10 | 1101 | 1001101 | 1010101 | 0 | 1011111 | 11110101 | 1001001 | 11 |
Color Harmonies of #03020D
Complementary color
Monochromatic Colors of #03020D
Black with #03020D
Text Example
Text Example
White with #03020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03020D; }
p { color: rgb(3,2,13); }
H1.HeaderClassName
{
color: #03020D;
}
.AnyTagClassName
{
color: #03020D;
}
</style>
background-color css
<style>
a { background-color: #03020D; }
a { background-color: rgb(3,2,13); }
div.DivClassName
{
background-color: #03020D;
}
.BgClassName
{
background-color: #03020D;
}
</style>
border-color css
<style>
span { border-color: #03020D; }
span { border-color: rgb(3,2,13); }
td.TdClassName
{
border-color: #03020D;
}
.TagClassName
{
border-color: #03020D;
}
</style>