Shades of Black Russian #03010F
Tints of Black Russian #03010F
RGB
CMYK
RGB Variations
Color information
#03010F (or 0x03010F) is known color: Black Russian. HEX triplet: 03, 01 and 0F. RGB value is (3,1,15). Sum of RGB (Red+Green+Blue) = 3+1+15=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 15 (6.25% from 255 or 78.95% from 19); Max value from RGB is 15 - color contains mainly: blue. Hex color #03010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03010F is #FCFEF0. Grayscale: #030303. Windows color (decimal): -16580337 or 983299. OLE color: 983299.
HSL color Cylindrical-coordinate representation of color #03010F: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03010F is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 1 | 15 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.94 |
| HSL | 248.57º | 0.88% | 0.03% | - |
| HSV(B) | 248.57º | 0.93% | 0.06% | - |
| XYZ | 0.13 | 0.08 | 0.46 | - |
| YUV | 3.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 15 | 0.80 | 0.93 | 0 | 0.94 | 248.57 | 0.88 | 0.03 |
| Hex | 3 | 1 | F | 50 | 5D | 0 | 5E | F9 | 58 | 3 |
| Octal | 3 | 1 | 17 | 120 | 135 | 0 | 136 | 371 | 130 | 3 |
| Binary | 11 | 1 | 1111 | 1010000 | 1011101 | 0 | 1011110 | 11111001 | 1011000 | 11 |
Color Harmonies of #03010F
Complementary color
Monochromatic Colors of #03010F
Black with #03010F
Text Example
Text Example
White with #03010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03010F; }
p { color: rgb(3,1,15); }
H1.HeaderClassName
{
color: #03010F;
}
.AnyTagClassName
{
color: #03010F;
}
</style>
background-color css
<style>
a { background-color: #03010F; }
a { background-color: rgb(3,1,15); }
div.DivClassName
{
background-color: #03010F;
}
.BgClassName
{
background-color: #03010F;
}
</style>
border-color css
<style>
span { border-color: #03010F; }
span { border-color: rgb(3,1,15); }
td.TdClassName
{
border-color: #03010F;
}
.TagClassName
{
border-color: #03010F;
}
</style>