Shades of Black Russian #03031A
Tints of Black Russian #03031A
RGB
CMYK
RGB Variations
Color information
#03031A (or 0x03031A) is known color: Black Russian. HEX triplet: 03, 03 and 1A. RGB value is (3,3,26). Sum of RGB (Red+Green+Blue) = 3+3+26=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 26 (10.55% from 255 or 81.25% from 32); Max value from RGB is 26 - color contains mainly: blue. Hex color #03031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03031A is #FCFCE5. Grayscale: #050505. Windows color (decimal): -16579814 or 1704707. OLE color: 1704707.
HSL color Cylindrical-coordinate representation of color #03031A: hue angle of 240º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03031A is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 3 | 26 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.90 |
| HSL | 240º | 0.79% | 0.06% | - |
| HSV(B) | 240º | 0.88% | 0.1% | - |
| XYZ | 0.26 | 0.16 | 0.99 | - |
| YUV | 5.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 26 | 0.88 | 0.88 | 0 | 0.90 | 240 | 0.79 | 0.06 |
| Hex | 3 | 3 | 1A | 58 | 58 | 0 | 5A | F0 | 4F | 6 |
| Octal | 3 | 3 | 32 | 130 | 130 | 0 | 132 | 360 | 117 | 6 |
| Binary | 11 | 11 | 11010 | 1011000 | 1011000 | 0 | 1011010 | 11110000 | 1001111 | 110 |
Color Harmonies of #03031A
Complementary color
Monochromatic Colors of #03031A
Black with #03031A
Text Example
Text Example
White with #03031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03031A; }
p { color: rgb(3,3,26); }
H1.HeaderClassName
{
color: #03031A;
}
.AnyTagClassName
{
color: #03031A;
}
</style>
background-color css
<style>
a { background-color: #03031A; }
a { background-color: rgb(3,3,26); }
div.DivClassName
{
background-color: #03031A;
}
.BgClassName
{
background-color: #03031A;
}
</style>
border-color css
<style>
span { border-color: #03031A; }
span { border-color: rgb(3,3,26); }
td.TdClassName
{
border-color: #03031A;
}
.TagClassName
{
border-color: #03031A;
}
</style>