Shades of Black Russian #040A29
Tints of Black Russian #040A29
RGB
CMYK
RGB Variations
Color information
#040A29 (or 0x040A29) is known color: Black Russian. HEX triplet: 04, 0A and 29. RGB value is (4,10,41). Sum of RGB (Red+Green+Blue) = 4+10+41=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 41 (16.41% from 255 or 74.55% from 55); Max value from RGB is 41 - color contains mainly: blue. Hex color #040A29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A29 is #FBF5D6. Grayscale: #0B0B0B. Windows color (decimal): -16512471 or 2689540. OLE color: 2689540.
HSL color Cylindrical-coordinate representation of color #040A29: hue angle of 230.27º 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 #040A29 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 4 | 10 | 41 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.84 |
| HSL | 230.27º | 0.82% | 0.09% | - |
| HSV(B) | 230.27º | 0.9% | 0.16% | - |
| XYZ | 0.56 | 0.4 | 2.15 | - |
| YUV | 11.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 41 | 0.90 | 0.76 | 0 | 0.84 | 230.27 | 0.82 | 0.09 |
| Hex | 4 | A | 29 | 5A | 4C | 0 | 54 | E6 | 52 | 9 |
| Octal | 4 | 12 | 51 | 132 | 114 | 0 | 124 | 346 | 122 | 11 |
| Binary | 100 | 1010 | 101001 | 1011010 | 1001100 | 0 | 1010100 | 11100110 | 1010010 | 1001 |
Color Harmonies of #040A29
Complementary color
Monochromatic Colors of #040A29
Black with #040A29
Text Example
Text Example
White with #040A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A29; }
p { color: rgb(4,10,41); }
H1.HeaderClassName
{
color: #040A29;
}
.AnyTagClassName
{
color: #040A29;
}
</style>
background-color css
<style>
a { background-color: #040A29; }
a { background-color: rgb(4,10,41); }
div.DivClassName
{
background-color: #040A29;
}
.BgClassName
{
background-color: #040A29;
}
</style>
border-color css
<style>
span { border-color: #040A29; }
span { border-color: rgb(4,10,41); }
td.TdClassName
{
border-color: #040A29;
}
.TagClassName
{
border-color: #040A29;
}
</style>