Shades of Melanzane #291A25
Tints of Melanzane #291A25
RGB
CMYK
RGB Variations
Color information
#291A25 (or 0x291A25) is known color: Melanzane. HEX triplet: 29, 1A and 25. RGB value is (41,26,37). Sum of RGB (Red+Green+Blue) = 41+26+37=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #291A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291A25 is #D6E5DA. Grayscale: #1F1F1F. Windows color (decimal): -14083547 or 2431529. OLE color: 2431529.
HSL color Cylindrical-coordinate representation of color #291A25: hue angle of 316º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #291A25 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 26 | 37 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.84 |
| HSL | 316º | 0.22% | 0.13% | - |
| HSV(B) | 316º | 0.37% | 0.16% | - |
| XYZ | 1.62 | 1.34 | 1.92 | - |
| YUV | 31.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 37 | 0 | 0.37 | 0.10 | 0.84 | 316 | 0.22 | 0.13 |
| Hex | 29 | 1A | 25 | 0 | 25 | A | 54 | 13C | 16 | D |
| Octal | 51 | 32 | 45 | 0 | 45 | 12 | 124 | 474 | 26 | 15 |
| Binary | 101001 | 11010 | 100101 | 0 | 100101 | 1010 | 1010100 | 100111100 | 10110 | 1101 |
Color Harmonies of #291A25
Complementary color
Monochromatic Colors of #291A25
Black with #291A25
Text Example
Text Example
White with #291A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A25; }
p { color: rgb(41,26,37); }
H1.HeaderClassName
{
color: #291A25;
}
.AnyTagClassName
{
color: #291A25;
}
</style>
background-color css
<style>
a { background-color: #291A25; }
a { background-color: rgb(41,26,37); }
div.DivClassName
{
background-color: #291A25;
}
.BgClassName
{
background-color: #291A25;
}
</style>
border-color css
<style>
span { border-color: #291A25; }
span { border-color: rgb(41,26,37); }
td.TdClassName
{
border-color: #291A25;
}
.TagClassName
{
border-color: #291A25;
}
</style>