Shades of Melanzane #3A2737
Tints of Melanzane #3A2737
RGB
CMYK
RGB Variations
Color information
#3A2737 (or 0x3A2737) is known color: Melanzane. HEX triplet: 3A, 27 and 37. RGB value is (58,39,55). Sum of RGB (Red+Green+Blue) = 58+39+55=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 55 (21.88% from 255 or 36.18% from 152); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2737 is #C5D8C8. Grayscale: #2E2E2E. Windows color (decimal): -12966089 or 3614522. OLE color: 3614522.
HSL color Cylindrical-coordinate representation of color #3A2737: hue angle of 309.47º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A2737 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 39 | 55 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.77 |
| HSL | 309.47º | 0.2% | 0.19% | - |
| HSV(B) | 309.47º | 0.33% | 0.23% | - |
| XYZ | 3.16 | 2.63 | 3.95 | - |
| YUV | 46.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 55 | 0 | 0.33 | 0.05 | 0.77 | 309.47 | 0.2 | 0.19 |
| Hex | 3A | 27 | 37 | 0 | 21 | 5 | 4D | 135 | 14 | 13 |
| Octal | 72 | 47 | 67 | 0 | 41 | 5 | 115 | 465 | 24 | 23 |
| Binary | 111010 | 100111 | 110111 | 0 | 100001 | 101 | 1001101 | 100110101 | 10100 | 10011 |
Color Harmonies of #3A2737
Complementary color
Monochromatic Colors of #3A2737
Black with #3A2737
Text Example
Text Example
White with #3A2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2737; }
p { color: rgb(58,39,55); }
H1.HeaderClassName
{
color: #3A2737;
}
.AnyTagClassName
{
color: #3A2737;
}
</style>
background-color css
<style>
a { background-color: #3A2737; }
a { background-color: rgb(58,39,55); }
div.DivClassName
{
background-color: #3A2737;
}
.BgClassName
{
background-color: #3A2737;
}
</style>
border-color css
<style>
span { border-color: #3A2737; }
span { border-color: rgb(58,39,55); }
td.TdClassName
{
border-color: #3A2737;
}
.TagClassName
{
border-color: #3A2737;
}
</style>