Shades of Black Russian #03011C
Tints of Black Russian #03011C
RGB
CMYK
RGB Variations
Color information
#03011C (or 0x03011C) is known color: Black Russian. HEX triplet: 03, 01 and 1C. RGB value is (3,1,28). Sum of RGB (Red+Green+Blue) = 3+1+28=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 28 (11.33% from 255 or 87.5% from 32); Max value from RGB is 28 - color contains mainly: blue. Hex color #03011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03011C is #FCFEE3. Grayscale: #040404. Windows color (decimal): -16580324 or 1835267. OLE color: 1835267.
HSL color Cylindrical-coordinate representation of color #03011C: hue angle of 244.44º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03011C is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 1 | 28 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.89 |
| HSL | 244.44º | 0.93% | 0.06% | - |
| HSV(B) | 244.44º | 0.96% | 0.11% | - |
| XYZ | 0.26 | 0.12 | 1.11 | - |
| YUV | 4.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 28 | 0.89 | 0.96 | 0 | 0.89 | 244.44 | 0.93 | 0.06 |
| Hex | 3 | 1 | 1C | 59 | 60 | 0 | 59 | F4 | 5D | 6 |
| Octal | 3 | 1 | 34 | 131 | 140 | 0 | 131 | 364 | 135 | 6 |
| Binary | 11 | 1 | 11100 | 1011001 | 1100000 | 0 | 1011001 | 11110100 | 1011101 | 110 |
Color Harmonies of #03011C
Complementary color
Monochromatic Colors of #03011C
Black with #03011C
Text Example
Text Example
White with #03011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03011C; }
p { color: rgb(3,1,28); }
H1.HeaderClassName
{
color: #03011C;
}
.AnyTagClassName
{
color: #03011C;
}
</style>
background-color css
<style>
a { background-color: #03011C; }
a { background-color: rgb(3,1,28); }
div.DivClassName
{
background-color: #03011C;
}
.BgClassName
{
background-color: #03011C;
}
</style>
border-color css
<style>
span { border-color: #03011C; }
span { border-color: rgb(3,1,28); }
td.TdClassName
{
border-color: #03011C;
}
.TagClassName
{
border-color: #03011C;
}
</style>