Shades of Black Russian #040116
Tints of Black Russian #040116
RGB
CMYK
RGB Variations
Color information
#040116 (or 0x040116) is known color: Black Russian. HEX triplet: 04, 01 and 16. RGB value is (4,1,22). Sum of RGB (Red+Green+Blue) = 4+1+22=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 22 (8.98% from 255 or 81.48% from 27); Max value from RGB is 22 - color contains mainly: blue. Hex color #040116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040116 is #FBFEE9. Grayscale: #040404. Windows color (decimal): -16514794 or 1442052. OLE color: 1442052.
HSL color Cylindrical-coordinate representation of color #040116: hue angle of 248.57º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040116 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 1 | 22 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.91 |
| HSL | 248.57º | 0.91% | 0.05% | - |
| HSV(B) | 248.57º | 0.95% | 0.09% | - |
| XYZ | 0.21 | 0.11 | 0.77 | - |
| YUV | 4.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 1 | 22 | 0.82 | 0.95 | 0 | 0.91 | 248.57 | 0.91 | 0.05 |
| Hex | 4 | 1 | 16 | 52 | 5F | 0 | 5B | F9 | 5B | 5 |
| Octal | 4 | 1 | 26 | 122 | 137 | 0 | 133 | 371 | 133 | 5 |
| Binary | 100 | 1 | 10110 | 1010010 | 1011111 | 0 | 1011011 | 11111001 | 1011011 | 101 |
Color Harmonies of #040116
Complementary color
Monochromatic Colors of #040116
Black with #040116
Text Example
Text Example
White with #040116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040116; }
p { color: rgb(4,1,22); }
H1.HeaderClassName
{
color: #040116;
}
.AnyTagClassName
{
color: #040116;
}
</style>
background-color css
<style>
a { background-color: #040116; }
a { background-color: rgb(4,1,22); }
div.DivClassName
{
background-color: #040116;
}
.BgClassName
{
background-color: #040116;
}
</style>
border-color css
<style>
span { border-color: #040116; }
span { border-color: rgb(4,1,22); }
td.TdClassName
{
border-color: #040116;
}
.TagClassName
{
border-color: #040116;
}
</style>