Shades of Melanzane #3A2436
Tints of Melanzane #3A2436
RGB
CMYK
RGB Variations
Color information
#3A2436 (or 0x3A2436) is known color: Melanzane. HEX triplet: 3A, 24 and 36. RGB value is (58,36,54). Sum of RGB (Red+Green+Blue) = 58+36+54=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2436 is #C5DBC9. Grayscale: #2C2C2C. Windows color (decimal): -12966858 or 3548218. OLE color: 3548218.
HSL color Cylindrical-coordinate representation of color #3A2436: hue angle of 310.91º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2436 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 54 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.77 |
| HSL | 310.91º | 0.23% | 0.18% | - |
| HSV(B) | 310.91º | 0.38% | 0.23% | - |
| XYZ | 3.04 | 2.43 | 3.8 | - |
| YUV | 44.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 54 | 0 | 0.38 | 0.07 | 0.77 | 310.91 | 0.23 | 0.18 |
| Hex | 3A | 24 | 36 | 0 | 26 | 7 | 4D | 137 | 17 | 12 |
| Octal | 72 | 44 | 66 | 0 | 46 | 7 | 115 | 467 | 27 | 22 |
| Binary | 111010 | 100100 | 110110 | 0 | 100110 | 111 | 1001101 | 100110111 | 10111 | 10010 |
Color Harmonies of #3A2436
Complementary color
Monochromatic Colors of #3A2436
Black with #3A2436
Text Example
Text Example
White with #3A2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2436; }
p { color: rgb(58,36,54); }
H1.HeaderClassName
{
color: #3A2436;
}
.AnyTagClassName
{
color: #3A2436;
}
</style>
background-color css
<style>
a { background-color: #3A2436; }
a { background-color: rgb(58,36,54); }
div.DivClassName
{
background-color: #3A2436;
}
.BgClassName
{
background-color: #3A2436;
}
</style>
border-color css
<style>
span { border-color: #3A2436; }
span { border-color: rgb(58,36,54); }
td.TdClassName
{
border-color: #3A2436;
}
.TagClassName
{
border-color: #3A2436;
}
</style>