Shades of Black Russian #040211
Tints of Black Russian #040211
RGB
CMYK
RGB Variations
Color information
#040211 (or 0x040211) is known color: Black Russian. HEX triplet: 04, 02 and 11. RGB value is (4,2,17). Sum of RGB (Red+Green+Blue) = 4+2+17=23 (3% of max value = 765). Red value is 4 (1.95% from 255 or 17.39% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 17 (7.03% from 255 or 73.91% from 23); Max value from RGB is 17 - color contains mainly: blue. Hex color #040211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040211 is #FBFDEE. Grayscale: #040404. Windows color (decimal): -16514543 or 1114628. OLE color: 1114628.
HSL color Cylindrical-coordinate representation of color #040211: hue angle of 248º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040211 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 4 | 2 | 17 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.93 |
| HSL | 248º | 0.79% | 0.04% | - |
| HSV(B) | 248º | 0.88% | 0.07% | - |
| XYZ | 0.17 | 0.11 | 0.54 | - |
| YUV | 4.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 17 | 0.76 | 0.88 | 0 | 0.93 | 248 | 0.79 | 0.04 |
| Hex | 4 | 2 | 11 | 4C | 58 | 0 | 5D | F8 | 4F | 4 |
| Octal | 4 | 2 | 21 | 114 | 130 | 0 | 135 | 370 | 117 | 4 |
| Binary | 100 | 10 | 10001 | 1001100 | 1011000 | 0 | 1011101 | 11111000 | 1001111 | 100 |
Color Harmonies of #040211
Complementary color
Monochromatic Colors of #040211
Black with #040211
Text Example
Text Example
White with #040211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040211; }
p { color: rgb(4,2,17); }
H1.HeaderClassName
{
color: #040211;
}
.AnyTagClassName
{
color: #040211;
}
</style>
background-color css
<style>
a { background-color: #040211; }
a { background-color: rgb(4,2,17); }
div.DivClassName
{
background-color: #040211;
}
.BgClassName
{
background-color: #040211;
}
</style>
border-color css
<style>
span { border-color: #040211; }
span { border-color: rgb(4,2,17); }
td.TdClassName
{
border-color: #040211;
}
.TagClassName
{
border-color: #040211;
}
</style>