Shades of Black Russian #03010D
Tints of Black Russian #03010D
RGB
CMYK
RGB Variations
Color information
#03010D (or 0x03010D) is known color: Black Russian. HEX triplet: 03, 01 and 0D. RGB value is (3,1,13). Sum of RGB (Red+Green+Blue) = 3+1+13=17 (2% of max value = 765). Red value is 3 (1.56% from 255 or 17.65% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 13 (5.47% from 255 or 76.47% from 17); Max value from RGB is 13 - color contains mainly: blue. Hex color #03010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03010D is #FCFEF2. Grayscale: #020202. Windows color (decimal): -16580339 or 852227. OLE color: 852227.
HSL color Cylindrical-coordinate representation of color #03010D: hue angle of 250º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #03010D is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 1 | 13 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.95 |
| HSL | 250º | 0.86% | 0.03% | - |
| HSV(B) | 250º | 0.92% | 0.05% | - |
| XYZ | 0.12 | 0.07 | 0.39 | - |
| YUV | 2.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 13 | 0.77 | 0.92 | 0 | 0.95 | 250 | 0.86 | 0.03 |
| Hex | 3 | 1 | D | 4D | 5C | 0 | 5F | FA | 56 | 3 |
| Octal | 3 | 1 | 15 | 115 | 134 | 0 | 137 | 372 | 126 | 3 |
| Binary | 11 | 1 | 1101 | 1001101 | 1011100 | 0 | 1011111 | 11111010 | 1010110 | 11 |
Color Harmonies of #03010D
Complementary color
Monochromatic Colors of #03010D
Black with #03010D
Text Example
Text Example
White with #03010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03010D; }
p { color: rgb(3,1,13); }
H1.HeaderClassName
{
color: #03010D;
}
.AnyTagClassName
{
color: #03010D;
}
</style>
background-color css
<style>
a { background-color: #03010D; }
a { background-color: rgb(3,1,13); }
div.DivClassName
{
background-color: #03010D;
}
.BgClassName
{
background-color: #03010D;
}
</style>
border-color css
<style>
span { border-color: #03010D; }
span { border-color: rgb(3,1,13); }
td.TdClassName
{
border-color: #03010D;
}
.TagClassName
{
border-color: #03010D;
}
</style>