Shades of Melanzane #291F25
Tints of Melanzane #291F25
RGB
CMYK
RGB Variations
Color information
#291F25 (or 0x291F25) is known color: Melanzane. HEX triplet: 29, 1F and 25. RGB value is (41,31,37). Sum of RGB (Red+Green+Blue) = 41+31+37=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 41 - color contains mainly: red. Hex color #291F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F25 is #D6E0DA. Grayscale: #222222. Windows color (decimal): -14082267 or 2432809. OLE color: 2432809.
HSL color Cylindrical-coordinate representation of color #291F25: hue angle of 324º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #291F25 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 37 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.84 |
| HSL | 324º | 0.14% | 0.14% | - |
| HSV(B) | 324º | 0.24% | 0.16% | - |
| XYZ | 1.74 | 1.58 | 1.96 | - |
| YUV | 34.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 37 | 0 | 0.24 | 0.10 | 0.84 | 324 | 0.14 | 0.14 |
| Hex | 29 | 1F | 25 | 0 | 18 | A | 54 | 144 | E | E |
| Octal | 51 | 37 | 45 | 0 | 30 | 12 | 124 | 504 | 16 | 16 |
| Binary | 101001 | 11111 | 100101 | 0 | 11000 | 1010 | 1010100 | 101000100 | 1110 | 1110 |
Color Harmonies of #291F25
Complementary color
Monochromatic Colors of #291F25
Black with #291F25
Text Example
Text Example
White with #291F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F25; }
p { color: rgb(41,31,37); }
H1.HeaderClassName
{
color: #291F25;
}
.AnyTagClassName
{
color: #291F25;
}
</style>
background-color css
<style>
a { background-color: #291F25; }
a { background-color: rgb(41,31,37); }
div.DivClassName
{
background-color: #291F25;
}
.BgClassName
{
background-color: #291F25;
}
</style>
border-color css
<style>
span { border-color: #291F25; }
span { border-color: rgb(41,31,37); }
td.TdClassName
{
border-color: #291F25;
}
.TagClassName
{
border-color: #291F25;
}
</style>