Shades of Black Russian #040811
Tints of Black Russian #040811
RGB
CMYK
RGB Variations
Color information
#040811 (or 0x040811) is known color: Black Russian. HEX triplet: 04, 08 and 11. RGB value is (4,8,17). Sum of RGB (Red+Green+Blue) = 4+8+17=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #040811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040811 is #FBF7EE. Grayscale: #070707. Windows color (decimal): -16513007 or 1116164. OLE color: 1116164.
HSL color Cylindrical-coordinate representation of color #040811: hue angle of 221.54º 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 #040811 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 8 | 17 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.93 |
| HSL | 221.54º | 0.62% | 0.04% | - |
| HSV(B) | 221.54º | 0.76% | 0.07% | - |
| XYZ | 0.24 | 0.24 | 0.56 | - |
| YUV | 7.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 17 | 0.76 | 0.53 | 0 | 0.93 | 221.54 | 0.62 | 0.04 |
| Hex | 4 | 8 | 11 | 4C | 35 | 0 | 5D | DE | 3E | 4 |
| Octal | 4 | 10 | 21 | 114 | 65 | 0 | 135 | 336 | 76 | 4 |
| Binary | 100 | 1000 | 10001 | 1001100 | 110101 | 0 | 1011101 | 11011110 | 111110 | 100 |
Color Harmonies of #040811
Complementary color
Monochromatic Colors of #040811
Black with #040811
Text Example
Text Example
White with #040811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040811; }
p { color: rgb(4,8,17); }
H1.HeaderClassName
{
color: #040811;
}
.AnyTagClassName
{
color: #040811;
}
</style>
background-color css
<style>
a { background-color: #040811; }
a { background-color: rgb(4,8,17); }
div.DivClassName
{
background-color: #040811;
}
.BgClassName
{
background-color: #040811;
}
</style>
border-color css
<style>
span { border-color: #040811; }
span { border-color: rgb(4,8,17); }
td.TdClassName
{
border-color: #040811;
}
.TagClassName
{
border-color: #040811;
}
</style>