Shades of Melanzane #3A2734
Tints of Melanzane #3A2734
RGB
CMYK
RGB Variations
Color information
#3A2734 (or 0x3A2734) is known color: Melanzane. HEX triplet: 3A, 27 and 34. RGB value is (58,39,52). Sum of RGB (Red+Green+Blue) = 58+39+52=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2734 is #C5D8CB. Grayscale: #2E2E2E. Windows color (decimal): -12966092 or 3417914. OLE color: 3417914.
HSL color Cylindrical-coordinate representation of color #3A2734: hue angle of 318.95º 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 #3A2734 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 39 | 52 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.77 |
| HSL | 318.95º | 0.2% | 0.19% | - |
| HSV(B) | 318.95º | 0.33% | 0.23% | - |
| XYZ | 3.09 | 2.6 | 3.59 | - |
| YUV | 46.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 52 | 0 | 0.33 | 0.10 | 0.77 | 318.95 | 0.2 | 0.19 |
| Hex | 3A | 27 | 34 | 0 | 21 | A | 4D | 13F | 14 | 13 |
| Octal | 72 | 47 | 64 | 0 | 41 | 12 | 115 | 477 | 24 | 23 |
| Binary | 111010 | 100111 | 110100 | 0 | 100001 | 1010 | 1001101 | 100111111 | 10100 | 10011 |
Color Harmonies of #3A2734
Complementary color
Monochromatic Colors of #3A2734
Black with #3A2734
Text Example
Text Example
White with #3A2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2734; }
p { color: rgb(58,39,52); }
H1.HeaderClassName
{
color: #3A2734;
}
.AnyTagClassName
{
color: #3A2734;
}
</style>
background-color css
<style>
a { background-color: #3A2734; }
a { background-color: rgb(58,39,52); }
div.DivClassName
{
background-color: #3A2734;
}
.BgClassName
{
background-color: #3A2734;
}
</style>
border-color css
<style>
span { border-color: #3A2734; }
span { border-color: rgb(58,39,52); }
td.TdClassName
{
border-color: #3A2734;
}
.TagClassName
{
border-color: #3A2734;
}
</style>