Shades of Black Russian #04011A
Tints of Black Russian #04011A
RGB
CMYK
RGB Variations
Color information
#04011A (or 0x04011A) is known color: Black Russian. HEX triplet: 04, 01 and 1A. RGB value is (4,1,26). Sum of RGB (Red+Green+Blue) = 4+1+26=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 26 (10.55% from 255 or 83.87% from 31); Max value from RGB is 26 - color contains mainly: blue. Hex color #04011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011A is #FBFEE5. Grayscale: #040404. Windows color (decimal): -16514790 or 1704196. OLE color: 1704196.
HSL color Cylindrical-coordinate representation of color #04011A: hue angle of 247.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04011A is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 4 | 1 | 26 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.90 |
| HSL | 247.2º | 0.93% | 0.05% | - |
| HSV(B) | 247.2º | 0.96% | 0.1% | - |
| XYZ | 0.25 | 0.12 | 0.99 | - |
| YUV | 4.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 26 | 0.85 | 0.96 | 0 | 0.90 | 247.2 | 0.93 | 0.05 |
| Hex | 4 | 1 | 1A | 55 | 60 | 0 | 5A | F7 | 5D | 5 |
| Octal | 4 | 1 | 32 | 125 | 140 | 0 | 132 | 367 | 135 | 5 |
| Binary | 100 | 1 | 11010 | 1010101 | 1100000 | 0 | 1011010 | 11110111 | 1011101 | 101 |
Color Harmonies of #04011A
Complementary color
Monochromatic Colors of #04011A
Black with #04011A
Text Example
Text Example
White with #04011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04011A; }
p { color: rgb(4,1,26); }
H1.HeaderClassName
{
color: #04011A;
}
.AnyTagClassName
{
color: #04011A;
}
</style>
background-color css
<style>
a { background-color: #04011A; }
a { background-color: rgb(4,1,26); }
div.DivClassName
{
background-color: #04011A;
}
.BgClassName
{
background-color: #04011A;
}
</style>
border-color css
<style>
span { border-color: #04011A; }
span { border-color: rgb(4,1,26); }
td.TdClassName
{
border-color: #04011A;
}
.TagClassName
{
border-color: #04011A;
}
</style>