Shades of Melanzane #3B2536
Tints of Melanzane #3B2536
RGB
CMYK
RGB Variations
Color information
#3B2536 (or 0x3B2536) is known color: Melanzane. HEX triplet: 3B, 25 and 36. RGB value is (59,37,54). Sum of RGB (Red+Green+Blue) = 59+37+54=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2536 is #C4DAC9. Grayscale: #2D2D2D. Windows color (decimal): -12901066 or 3548475. OLE color: 3548475.
HSL color Cylindrical-coordinate representation of color #3B2536: hue angle of 313.64º 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 #3B2536 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 54 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.77 |
| HSL | 313.64º | 0.23% | 0.19% | - |
| HSV(B) | 313.64º | 0.37% | 0.23% | - |
| XYZ | 3.13 | 2.52 | 3.81 | - |
| YUV | 45.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 54 | 0 | 0.37 | 0.08 | 0.77 | 313.64 | 0.23 | 0.19 |
| Hex | 3B | 25 | 36 | 0 | 25 | 8 | 4D | 13A | 17 | 13 |
| Octal | 73 | 45 | 66 | 0 | 45 | 10 | 115 | 472 | 27 | 23 |
| Binary | 111011 | 100101 | 110110 | 0 | 100101 | 1000 | 1001101 | 100111010 | 10111 | 10011 |
Color Harmonies of #3B2536
Complementary color
Monochromatic Colors of #3B2536
Black with #3B2536
Text Example
Text Example
White with #3B2536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2536; }
p { color: rgb(59,37,54); }
H1.HeaderClassName
{
color: #3B2536;
}
.AnyTagClassName
{
color: #3B2536;
}
</style>
background-color css
<style>
a { background-color: #3B2536; }
a { background-color: rgb(59,37,54); }
div.DivClassName
{
background-color: #3B2536;
}
.BgClassName
{
background-color: #3B2536;
}
</style>
border-color css
<style>
span { border-color: #3B2536; }
span { border-color: rgb(59,37,54); }
td.TdClassName
{
border-color: #3B2536;
}
.TagClassName
{
border-color: #3B2536;
}
</style>