Shades of Melanzane #290F24
Tints of Melanzane #290F24
RGB
CMYK
RGB Variations
Color information
#290F24 (or 0x290F24) is known color: Melanzane. HEX triplet: 29, 0F and 24. RGB value is (41,15,36). Sum of RGB (Red+Green+Blue) = 41+15+36=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #290F24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F24 is #D6F0DB. Grayscale: #191919. Windows color (decimal): -14086364 or 2363177. OLE color: 2363177.
HSL color Cylindrical-coordinate representation of color #290F24: hue angle of 311.54º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #290F24 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 15 | 36 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.84 |
| HSL | 311.54º | 0.46% | 0.11% | - |
| HSV(B) | 311.54º | 0.63% | 0.16% | - |
| XYZ | 1.4 | 0.94 | 1.78 | - |
| YUV | 25.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 36 | 0 | 0.63 | 0.12 | 0.84 | 311.54 | 0.46 | 0.11 |
| Hex | 29 | F | 24 | 0 | 3F | C | 54 | 138 | 2E | B |
| Octal | 51 | 17 | 44 | 0 | 77 | 14 | 124 | 470 | 56 | 13 |
| Binary | 101001 | 1111 | 100100 | 0 | 111111 | 1100 | 1010100 | 100111000 | 101110 | 1011 |
Color Harmonies of #290F24
Complementary color
Monochromatic Colors of #290F24
Black with #290F24
Text Example
Text Example
White with #290F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F24; }
p { color: rgb(41,15,36); }
H1.HeaderClassName
{
color: #290F24;
}
.AnyTagClassName
{
color: #290F24;
}
</style>
background-color css
<style>
a { background-color: #290F24; }
a { background-color: rgb(41,15,36); }
div.DivClassName
{
background-color: #290F24;
}
.BgClassName
{
background-color: #290F24;
}
</style>
border-color css
<style>
span { border-color: #290F24; }
span { border-color: rgb(41,15,36); }
td.TdClassName
{
border-color: #290F24;
}
.TagClassName
{
border-color: #290F24;
}
</style>