Shades of Black Russian #03010B
Tints of Black Russian #03010B
RGB
CMYK
RGB Variations
Color information
#03010B (or 0x03010B) is known color: Black Russian. HEX triplet: 03, 01 and 0B. RGB value is (3,1,11). Sum of RGB (Red+Green+Blue) = 3+1+11=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 11 (4.69% from 255 or 73.33% from 15); Max value from RGB is 11 - color contains mainly: blue. Hex color #03010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03010B is #FCFEF4. Grayscale: #020202. Windows color (decimal): -16580341 or 721155. OLE color: 721155.
HSL color Cylindrical-coordinate representation of color #03010B: hue angle of 252º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03010B is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 3 | 1 | 11 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.96 |
| HSL | 252º | 0.83% | 0.02% | - |
| HSV(B) | 252º | 0.91% | 0.04% | - |
| XYZ | 0.11 | 0.07 | 0.32 | - |
| YUV | 2.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 11 | 0.73 | 0.91 | 0 | 0.96 | 252 | 0.83 | 0.02 |
| Hex | 3 | 1 | B | 49 | 5B | 0 | 60 | FC | 53 | 2 |
| Octal | 3 | 1 | 13 | 111 | 133 | 0 | 140 | 374 | 123 | 2 |
| Binary | 11 | 1 | 1011 | 1001001 | 1011011 | 0 | 1100000 | 11111100 | 1010011 | 10 |
Color Harmonies of #03010B
Complementary color
Monochromatic Colors of #03010B
Black with #03010B
Text Example
Text Example
White with #03010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03010B; }
p { color: rgb(3,1,11); }
H1.HeaderClassName
{
color: #03010B;
}
.AnyTagClassName
{
color: #03010B;
}
</style>
background-color css
<style>
a { background-color: #03010B; }
a { background-color: rgb(3,1,11); }
div.DivClassName
{
background-color: #03010B;
}
.BgClassName
{
background-color: #03010B;
}
</style>
border-color css
<style>
span { border-color: #03010B; }
span { border-color: rgb(3,1,11); }
td.TdClassName
{
border-color: #03010B;
}
.TagClassName
{
border-color: #03010B;
}
</style>