Shades of Black Russian #04011B
Tints of Black Russian #04011B
RGB
CMYK
RGB Variations
Color information
#04011B (or 0x04011B) is known color: Black Russian. HEX triplet: 04, 01 and 1B. RGB value is (4,1,27). Sum of RGB (Red+Green+Blue) = 4+1+27=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 27 (10.94% from 255 or 84.38% from 32); Max value from RGB is 27 - color contains mainly: blue. Hex color #04011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011B is #FBFEE4. Grayscale: #040404. Windows color (decimal): -16514789 or 1769732. OLE color: 1769732.
HSL color Cylindrical-coordinate representation of color #04011B: hue angle of 246.92º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04011B is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 1 | 27 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.89 |
| HSL | 246.92º | 0.93% | 0.05% | - |
| HSV(B) | 246.92º | 0.96% | 0.11% | - |
| XYZ | 0.26 | 0.13 | 1.05 | - |
| YUV | 4.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 27 | 0.85 | 0.96 | 0 | 0.89 | 246.92 | 0.93 | 0.05 |
| Hex | 4 | 1 | 1B | 55 | 60 | 0 | 59 | F7 | 5D | 5 |
| Octal | 4 | 1 | 33 | 125 | 140 | 0 | 131 | 367 | 135 | 5 |
| Binary | 100 | 1 | 11011 | 1010101 | 1100000 | 0 | 1011001 | 11110111 | 1011101 | 101 |
Color Harmonies of #04011B
Complementary color
Monochromatic Colors of #04011B
Black with #04011B
Text Example
Text Example
White with #04011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04011B; }
p { color: rgb(4,1,27); }
H1.HeaderClassName
{
color: #04011B;
}
.AnyTagClassName
{
color: #04011B;
}
</style>
background-color css
<style>
a { background-color: #04011B; }
a { background-color: rgb(4,1,27); }
div.DivClassName
{
background-color: #04011B;
}
.BgClassName
{
background-color: #04011B;
}
</style>
border-color css
<style>
span { border-color: #04011B; }
span { border-color: rgb(4,1,27); }
td.TdClassName
{
border-color: #04011B;
}
.TagClassName
{
border-color: #04011B;
}
</style>