Shades of Melanzane #3B2537
Tints of Melanzane #3B2537
RGB
CMYK
RGB Variations
Color information
#3B2537 (or 0x3B2537) is known color: Melanzane. HEX triplet: 3B, 25 and 37. RGB value is (59,37,55). Sum of RGB (Red+Green+Blue) = 59+37+55=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2537 is #C4DAC8. Grayscale: #2D2D2D. Windows color (decimal): -12901065 or 3614011. OLE color: 3614011.
HSL color Cylindrical-coordinate representation of color #3B2537: hue angle of 310.91º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2537 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 55 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.77 |
| HSL | 310.91º | 0.23% | 0.19% | - |
| HSV(B) | 310.91º | 0.37% | 0.23% | - |
| XYZ | 3.15 | 2.53 | 3.94 | - |
| YUV | 45.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 55 | 0 | 0.37 | 0.07 | 0.77 | 310.91 | 0.23 | 0.19 |
| Hex | 3B | 25 | 37 | 0 | 25 | 7 | 4D | 137 | 17 | 13 |
| Octal | 73 | 45 | 67 | 0 | 45 | 7 | 115 | 467 | 27 | 23 |
| Binary | 111011 | 100101 | 110111 | 0 | 100101 | 111 | 1001101 | 100110111 | 10111 | 10011 |
Color Harmonies of #3B2537
Complementary color
Monochromatic Colors of #3B2537
Black with #3B2537
Text Example
Text Example
White with #3B2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2537; }
p { color: rgb(59,37,55); }
H1.HeaderClassName
{
color: #3B2537;
}
.AnyTagClassName
{
color: #3B2537;
}
</style>
background-color css
<style>
a { background-color: #3B2537; }
a { background-color: rgb(59,37,55); }
div.DivClassName
{
background-color: #3B2537;
}
.BgClassName
{
background-color: #3B2537;
}
</style>
border-color css
<style>
span { border-color: #3B2537; }
span { border-color: rgb(59,37,55); }
td.TdClassName
{
border-color: #3B2537;
}
.TagClassName
{
border-color: #3B2537;
}
</style>