Shades of Melanzane #3A2434
Tints of Melanzane #3A2434
RGB
CMYK
RGB Variations
Color information
#3A2434 (or 0x3A2434) is known color: Melanzane. HEX triplet: 3A, 24 and 34. RGB value is (58,36,52). Sum of RGB (Red+Green+Blue) = 58+36+52=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2434 is #C5DBCB. Grayscale: #2C2C2C. Windows color (decimal): -12966860 or 3417146. OLE color: 3417146.
HSL color Cylindrical-coordinate representation of color #3A2434: hue angle of 316.36º 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 #3A2434 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 52 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.77 |
| HSL | 316.36º | 0.23% | 0.18% | - |
| HSV(B) | 316.36º | 0.38% | 0.23% | - |
| XYZ | 3 | 2.41 | 3.56 | - |
| YUV | 44.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 52 | 0 | 0.38 | 0.10 | 0.77 | 316.36 | 0.23 | 0.18 |
| Hex | 3A | 24 | 34 | 0 | 26 | A | 4D | 13C | 17 | 12 |
| Octal | 72 | 44 | 64 | 0 | 46 | 12 | 115 | 474 | 27 | 22 |
| Binary | 111010 | 100100 | 110100 | 0 | 100110 | 1010 | 1001101 | 100111100 | 10111 | 10010 |
Color Harmonies of #3A2434
Complementary color
Monochromatic Colors of #3A2434
Black with #3A2434
Text Example
Text Example
White with #3A2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2434; }
p { color: rgb(58,36,52); }
H1.HeaderClassName
{
color: #3A2434;
}
.AnyTagClassName
{
color: #3A2434;
}
</style>
background-color css
<style>
a { background-color: #3A2434; }
a { background-color: rgb(58,36,52); }
div.DivClassName
{
background-color: #3A2434;
}
.BgClassName
{
background-color: #3A2434;
}
</style>
border-color css
<style>
span { border-color: #3A2434; }
span { border-color: rgb(58,36,52); }
td.TdClassName
{
border-color: #3A2434;
}
.TagClassName
{
border-color: #3A2434;
}
</style>