Shades of Black Russian #040711
Tints of Black Russian #040711
RGB
CMYK
RGB Variations
Color information
#040711 (or 0x040711) is known color: Black Russian. HEX triplet: 04, 07 and 11. RGB value is (4,7,17). Sum of RGB (Red+Green+Blue) = 4+7+17=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #040711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040711 is #FBF8EE. Grayscale: #070707. Windows color (decimal): -16513263 or 1115908. OLE color: 1115908.
HSL color Cylindrical-coordinate representation of color #040711: hue angle of 226.15º 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 #040711 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 7 | 17 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.93 |
| HSL | 226.15º | 0.62% | 0.04% | - |
| HSV(B) | 226.15º | 0.76% | 0.07% | - |
| XYZ | 0.23 | 0.22 | 0.56 | - |
| YUV | 7.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 17 | 0.76 | 0.59 | 0 | 0.93 | 226.15 | 0.62 | 0.04 |
| Hex | 4 | 7 | 11 | 4C | 3B | 0 | 5D | E2 | 3E | 4 |
| Octal | 4 | 7 | 21 | 114 | 73 | 0 | 135 | 342 | 76 | 4 |
| Binary | 100 | 111 | 10001 | 1001100 | 111011 | 0 | 1011101 | 11100010 | 111110 | 100 |
Color Harmonies of #040711
Complementary color
Monochromatic Colors of #040711
Black with #040711
Text Example
Text Example
White with #040711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040711; }
p { color: rgb(4,7,17); }
H1.HeaderClassName
{
color: #040711;
}
.AnyTagClassName
{
color: #040711;
}
</style>
background-color css
<style>
a { background-color: #040711; }
a { background-color: rgb(4,7,17); }
div.DivClassName
{
background-color: #040711;
}
.BgClassName
{
background-color: #040711;
}
</style>
border-color css
<style>
span { border-color: #040711; }
span { border-color: rgb(4,7,17); }
td.TdClassName
{
border-color: #040711;
}
.TagClassName
{
border-color: #040711;
}
</style>