Shades of Melanzane #3B1732
Tints of Melanzane #3B1732
RGB
CMYK
RGB Variations
Color information
#3B1732 (or 0x3B1732) is known color: Melanzane. HEX triplet: 3B, 17 and 32. RGB value is (59,23,50). Sum of RGB (Red+Green+Blue) = 59+23+50=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1732 is #C4E8CD. Grayscale: #242424. Windows color (decimal): -12904654 or 3282747. OLE color: 3282747.
HSL color Cylindrical-coordinate representation of color #3B1732: hue angle of 315º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B1732 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 50 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.77 |
| HSL | 315º | 0.44% | 0.16% | - |
| HSV(B) | 315º | 0.61% | 0.23% | - |
| XYZ | 2.69 | 1.77 | 3.22 | - |
| YUV | 36.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 50 | 0 | 0.61 | 0.15 | 0.77 | 315 | 0.44 | 0.16 |
| Hex | 3B | 17 | 32 | 0 | 3D | F | 4D | 13B | 2C | 10 |
| Octal | 73 | 27 | 62 | 0 | 75 | 17 | 115 | 473 | 54 | 20 |
| Binary | 111011 | 10111 | 110010 | 0 | 111101 | 1111 | 1001101 | 100111011 | 101100 | 10000 |
Color Harmonies of #3B1732
Complementary color
Monochromatic Colors of #3B1732
Black with #3B1732
Text Example
Text Example
White with #3B1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1732; }
p { color: rgb(59,23,50); }
H1.HeaderClassName
{
color: #3B1732;
}
.AnyTagClassName
{
color: #3B1732;
}
</style>
background-color css
<style>
a { background-color: #3B1732; }
a { background-color: rgb(59,23,50); }
div.DivClassName
{
background-color: #3B1732;
}
.BgClassName
{
background-color: #3B1732;
}
</style>
border-color css
<style>
span { border-color: #3B1732; }
span { border-color: rgb(59,23,50); }
td.TdClassName
{
border-color: #3B1732;
}
.TagClassName
{
border-color: #3B1732;
}
</style>