Shades of Melanzane #3A2034
Tints of Melanzane #3A2034
RGB
CMYK
RGB Variations
Color information
#3A2034 (or 0x3A2034) is known color: Melanzane. HEX triplet: 3A, 20 and 34. RGB value is (58,32,52). Sum of RGB (Red+Green+Blue) = 58+32+52=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2034 is #C5DFCB. Grayscale: #2A2A2A. Windows color (decimal): -12967884 or 3416122. OLE color: 3416122.
HSL color Cylindrical-coordinate representation of color #3A2034: hue angle of 313.85º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A2034 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 32 | 52 | - |
CMYK | 0 | 0.45 | 0.10 | 0.77 |
HSL | 313.85º | 0.29% | 0.18% | - |
HSV(B) | 313.85º | 0.45% | 0.23% | - |
XYZ | 2.88 | 2.18 | 3.52 | - |
YUV | 42.05 | 133.61 | 139.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 32 | 52 | 0 | 0.45 | 0.10 | 0.77 | 313.85 | 0.29 | 0.18 |
Hex | 3A | 20 | 34 | 0 | 2D | A | 4D | 13A | 1D | 12 |
Octal | 72 | 40 | 64 | 0 | 55 | 12 | 115 | 472 | 35 | 22 |
Binary | 111010 | 100000 | 110100 | 0 | 101101 | 1010 | 1001101 | 100111010 | 11101 | 10010 |
Color Harmonies of #3A2034
Complementary color
Monochromatic Colors of #3A2034
Black with #3A2034
Text Example
Text Example
White with #3A2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2034; }
p { color: rgb(58,32,52); }
H1.HeaderClassName
{
color: #3A2034;
}
.AnyTagClassName
{
color: #3A2034;
}
</style>
background-color css
<style>
a { background-color: #3A2034; }
a { background-color: rgb(58,32,52); }
div.DivClassName
{
background-color: #3A2034;
}
.BgClassName
{
background-color: #3A2034;
}
</style>
border-color css
<style>
span { border-color: #3A2034; }
span { border-color: rgb(58,32,52); }
td.TdClassName
{
border-color: #3A2034;
}
.TagClassName
{
border-color: #3A2034;
}
</style>