Shades of Black Russian #03001E
Tints of Black Russian #03001E
RGB
CMYK
RGB Variations
Color information
#03001E (or 0x03001E) is known color: Black Russian. HEX triplet: 03, 00 and 1E. RGB value is (3,0,30). Sum of RGB (Red+Green+Blue) = 3+0+30=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 30 (12.11% from 255 or 90.91% from 33); Max value from RGB is 30 - color contains mainly: blue. Hex color #03001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03001E is #FCFFE1. Grayscale: #040404. Windows color (decimal): -16580578 or 1966083. OLE color: 1966083.
HSL color Cylindrical-coordinate representation of color #03001E: hue angle of 246º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03001E is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 0 | 30 | - |
| CMYK | 0.90 | 1 | 0 | 0.88 |
| HSL | 246º | 1% | 0.06% | - |
| HSV(B) | 246º | 1% | 0.12% | - |
| XYZ | 0.27 | 0.11 | 1.24 | - |
| YUV | 4.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 30 | 0.90 | 1 | 0 | 0.88 | 246 | 1 | 0.06 |
| Hex | 3 | 0 | 1E | 5A | 64 | 0 | 58 | F6 | 64 | 6 |
| Octal | 3 | 0 | 36 | 132 | 144 | 0 | 130 | 366 | 144 | 6 |
| Binary | 11 | 0 | 11110 | 1011010 | 1100100 | 0 | 1011000 | 11110110 | 1100100 | 110 |
Color Harmonies of #03001E
Complementary color
Monochromatic Colors of #03001E
Black with #03001E
Text Example
Text Example
White with #03001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03001E; }
p { color: rgb(3,0,30); }
H1.HeaderClassName
{
color: #03001E;
}
.AnyTagClassName
{
color: #03001E;
}
</style>
background-color css
<style>
a { background-color: #03001E; }
a { background-color: rgb(3,0,30); }
div.DivClassName
{
background-color: #03001E;
}
.BgClassName
{
background-color: #03001E;
}
</style>
border-color css
<style>
span { border-color: #03001E; }
span { border-color: rgb(3,0,30); }
td.TdClassName
{
border-color: #03001E;
}
.TagClassName
{
border-color: #03001E;
}
</style>