Shades of Black Russian #040E29
Tints of Black Russian #040E29
RGB
CMYK
RGB Variations
Color information
#040E29 (or 0x040E29) is known color: Black Russian. HEX triplet: 04, 0E and 29. RGB value is (4,14,41). Sum of RGB (Red+Green+Blue) = 4+14+41=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 41 (16.41% from 255 or 69.49% from 59); Max value from RGB is 41 - color contains mainly: blue. Hex color #040E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E29 is #FBF1D6. Grayscale: #0D0D0D. Windows color (decimal): -16511447 or 2690564. OLE color: 2690564.
HSL color Cylindrical-coordinate representation of color #040E29: hue angle of 223.78º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #040E29 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 14 | 41 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.84 |
| HSL | 223.78º | 0.82% | 0.09% | - |
| HSV(B) | 223.78º | 0.9% | 0.16% | - |
| XYZ | 0.61 | 0.5 | 2.16 | - |
| YUV | 14.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 41 | 0.90 | 0.66 | 0 | 0.84 | 223.78 | 0.82 | 0.09 |
| Hex | 4 | E | 29 | 5A | 42 | 0 | 54 | E0 | 52 | 9 |
| Octal | 4 | 16 | 51 | 132 | 102 | 0 | 124 | 340 | 122 | 11 |
| Binary | 100 | 1110 | 101001 | 1011010 | 1000010 | 0 | 1010100 | 11100000 | 1010010 | 1001 |
Color Harmonies of #040E29
Complementary color
Monochromatic Colors of #040E29
Black with #040E29
Text Example
Text Example
White with #040E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040E29; }
p { color: rgb(4,14,41); }
H1.HeaderClassName
{
color: #040E29;
}
.AnyTagClassName
{
color: #040E29;
}
</style>
background-color css
<style>
a { background-color: #040E29; }
a { background-color: rgb(4,14,41); }
div.DivClassName
{
background-color: #040E29;
}
.BgClassName
{
background-color: #040E29;
}
</style>
border-color css
<style>
span { border-color: #040E29; }
span { border-color: rgb(4,14,41); }
td.TdClassName
{
border-color: #040E29;
}
.TagClassName
{
border-color: #040E29;
}
</style>