Shades of Black Russian #040516
Tints of Black Russian #040516
RGB
CMYK
RGB Variations
Color information
#040516 (or 0x040516) is known color: Black Russian. HEX triplet: 04, 05 and 16. RGB value is (4,5,22). Sum of RGB (Red+Green+Blue) = 4+5+22=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 22 (8.98% from 255 or 70.97% from 31); Max value from RGB is 22 - color contains mainly: blue. Hex color #040516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040516 is #FBFAE9. Grayscale: #060606. Windows color (decimal): -16513770 or 1443076. OLE color: 1443076.
HSL color Cylindrical-coordinate representation of color #040516: hue angle of 236.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #040516 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 4 | 5 | 22 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.91 |
| HSL | 236.67º | 0.69% | 0.05% | - |
| HSV(B) | 236.67º | 0.82% | 0.09% | - |
| XYZ | 0.25 | 0.19 | 0.78 | - |
| YUV | 6.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 22 | 0.82 | 0.77 | 0 | 0.91 | 236.67 | 0.69 | 0.05 |
| Hex | 4 | 5 | 16 | 52 | 4D | 0 | 5B | ED | 45 | 5 |
| Octal | 4 | 5 | 26 | 122 | 115 | 0 | 133 | 355 | 105 | 5 |
| Binary | 100 | 101 | 10110 | 1010010 | 1001101 | 0 | 1011011 | 11101101 | 1000101 | 101 |
Color Harmonies of #040516
Complementary color
Monochromatic Colors of #040516
Black with #040516
Text Example
Text Example
White with #040516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040516; }
p { color: rgb(4,5,22); }
H1.HeaderClassName
{
color: #040516;
}
.AnyTagClassName
{
color: #040516;
}
</style>
background-color css
<style>
a { background-color: #040516; }
a { background-color: rgb(4,5,22); }
div.DivClassName
{
background-color: #040516;
}
.BgClassName
{
background-color: #040516;
}
</style>
border-color css
<style>
span { border-color: #040516; }
span { border-color: rgb(4,5,22); }
td.TdClassName
{
border-color: #040516;
}
.TagClassName
{
border-color: #040516;
}
</style>