Shades of Black Russian #040511
Tints of Black Russian #040511
RGB
CMYK
RGB Variations
Color information
#040511 (or 0x040511) is known color: Black Russian. HEX triplet: 04, 05 and 11. RGB value is (4,5,17). Sum of RGB (Red+Green+Blue) = 4+5+17=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 17 (7.03% from 255 or 65.38% from 26); Max value from RGB is 17 - color contains mainly: blue. Hex color #040511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040511 is #FBFAEE. Grayscale: #060606. Windows color (decimal): -16513775 or 1115396. OLE color: 1115396.
HSL color Cylindrical-coordinate representation of color #040511: hue angle of 235.38º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #040511 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 5 | 17 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.93 |
| HSL | 235.38º | 0.62% | 0.04% | - |
| HSV(B) | 235.38º | 0.76% | 0.07% | - |
| XYZ | 0.21 | 0.17 | 0.55 | - |
| YUV | 6.07 | 134.17 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 17 | 0.76 | 0.71 | 0 | 0.93 | 235.38 | 0.62 | 0.04 |
| Hex | 4 | 5 | 11 | 4C | 47 | 0 | 5D | EB | 3E | 4 |
| Octal | 4 | 5 | 21 | 114 | 107 | 0 | 135 | 353 | 76 | 4 |
| Binary | 100 | 101 | 10001 | 1001100 | 1000111 | 0 | 1011101 | 11101011 | 111110 | 100 |
Color Harmonies of #040511
Complementary color
Monochromatic Colors of #040511
Black with #040511
Text Example
Text Example
White with #040511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040511; }
p { color: rgb(4,5,17); }
H1.HeaderClassName
{
color: #040511;
}
.AnyTagClassName
{
color: #040511;
}
</style>
background-color css
<style>
a { background-color: #040511; }
a { background-color: rgb(4,5,17); }
div.DivClassName
{
background-color: #040511;
}
.BgClassName
{
background-color: #040511;
}
</style>
border-color css
<style>
span { border-color: #040511; }
span { border-color: rgb(4,5,17); }
td.TdClassName
{
border-color: #040511;
}
.TagClassName
{
border-color: #040511;
}
</style>