Shades of Melanzane #291124
Tints of Melanzane #291124
RGB
CMYK
RGB Variations
Color information
#291124 (or 0x291124) is known color: Melanzane. HEX triplet: 29, 11 and 24. RGB value is (41,17,36). Sum of RGB (Red+Green+Blue) = 41+17+36=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #291124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291124 is #D6EEDB. Grayscale: #1A1A1A. Windows color (decimal): -14085852 or 2363689. OLE color: 2363689.
HSL color Cylindrical-coordinate representation of color #291124: hue angle of 312.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291124 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 17 | 36 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.84 |
| HSL | 312.5º | 0.41% | 0.11% | - |
| HSV(B) | 312.5º | 0.59% | 0.16% | - |
| XYZ | 1.43 | 1 | 1.79 | - |
| YUV | 26.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 36 | 0 | 0.59 | 0.12 | 0.84 | 312.5 | 0.41 | 0.11 |
| Hex | 29 | 11 | 24 | 0 | 3B | C | 54 | 138 | 29 | B |
| Octal | 51 | 21 | 44 | 0 | 73 | 14 | 124 | 470 | 51 | 13 |
| Binary | 101001 | 10001 | 100100 | 0 | 111011 | 1100 | 1010100 | 100111000 | 101001 | 1011 |
Color Harmonies of #291124
Complementary color
Monochromatic Colors of #291124
Black with #291124
Text Example
Text Example
White with #291124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291124; }
p { color: rgb(41,17,36); }
H1.HeaderClassName
{
color: #291124;
}
.AnyTagClassName
{
color: #291124;
}
</style>
background-color css
<style>
a { background-color: #291124; }
a { background-color: rgb(41,17,36); }
div.DivClassName
{
background-color: #291124;
}
.BgClassName
{
background-color: #291124;
}
</style>
border-color css
<style>
span { border-color: #291124; }
span { border-color: rgb(41,17,36); }
td.TdClassName
{
border-color: #291124;
}
.TagClassName
{
border-color: #291124;
}
</style>