Shades of Melanzane #3B2036
Tints of Melanzane #3B2036
RGB
CMYK
RGB Variations
Color information
#3B2036 (or 0x3B2036) is known color: Melanzane. HEX triplet: 3B, 20 and 36. RGB value is (59,32,54). Sum of RGB (Red+Green+Blue) = 59+32+54=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2036 is #C4DFC9. Grayscale: #2A2A2A. Windows color (decimal): -12902346 or 3547195. OLE color: 3547195.
HSL color Cylindrical-coordinate representation of color #3B2036: hue angle of 311.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2036 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 54 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.77 |
| HSL | 311.11º | 0.3% | 0.18% | - |
| HSV(B) | 311.11º | 0.46% | 0.23% | - |
| XYZ | 2.99 | 2.23 | 3.76 | - |
| YUV | 42.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 54 | 0 | 0.46 | 0.08 | 0.77 | 311.11 | 0.3 | 0.18 |
| Hex | 3B | 20 | 36 | 0 | 2E | 8 | 4D | 137 | 1E | 12 |
| Octal | 73 | 40 | 66 | 0 | 56 | 10 | 115 | 467 | 36 | 22 |
| Binary | 111011 | 100000 | 110110 | 0 | 101110 | 1000 | 1001101 | 100110111 | 11110 | 10010 |
Color Harmonies of #3B2036
Complementary color
Monochromatic Colors of #3B2036
Black with #3B2036
Text Example
Text Example
White with #3B2036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2036; }
p { color: rgb(59,32,54); }
H1.HeaderClassName
{
color: #3B2036;
}
.AnyTagClassName
{
color: #3B2036;
}
</style>
background-color css
<style>
a { background-color: #3B2036; }
a { background-color: rgb(59,32,54); }
div.DivClassName
{
background-color: #3B2036;
}
.BgClassName
{
background-color: #3B2036;
}
</style>
border-color css
<style>
span { border-color: #3B2036; }
span { border-color: rgb(59,32,54); }
td.TdClassName
{
border-color: #3B2036;
}
.TagClassName
{
border-color: #3B2036;
}
</style>