Shades of Melanzane #3B1632
Tints of Melanzane #3B1632
RGB
CMYK
RGB Variations
Color information
#3B1632 (or 0x3B1632) is known color: Melanzane. HEX triplet: 3B, 16 and 32. RGB value is (59,22,50). Sum of RGB (Red+Green+Blue) = 59+22+50=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1632 is #C4E9CD. Grayscale: #242424. Windows color (decimal): -12904910 or 3282491. OLE color: 3282491.
HSL color Cylindrical-coordinate representation of color #3B1632: hue angle of 314.59º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1632 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 50 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.77 |
| HSL | 314.59º | 0.46% | 0.16% | - |
| HSV(B) | 314.59º | 0.63% | 0.23% | - |
| XYZ | 2.67 | 1.73 | 3.21 | - |
| YUV | 36.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 50 | 0 | 0.63 | 0.15 | 0.77 | 314.59 | 0.46 | 0.16 |
| Hex | 3B | 16 | 32 | 0 | 3F | F | 4D | 13B | 2E | 10 |
| Octal | 73 | 26 | 62 | 0 | 77 | 17 | 115 | 473 | 56 | 20 |
| Binary | 111011 | 10110 | 110010 | 0 | 111111 | 1111 | 1001101 | 100111011 | 101110 | 10000 |
Color Harmonies of #3B1632
Complementary color
Monochromatic Colors of #3B1632
Black with #3B1632
Text Example
Text Example
White with #3B1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1632; }
p { color: rgb(59,22,50); }
H1.HeaderClassName
{
color: #3B1632;
}
.AnyTagClassName
{
color: #3B1632;
}
</style>
background-color css
<style>
a { background-color: #3B1632; }
a { background-color: rgb(59,22,50); }
div.DivClassName
{
background-color: #3B1632;
}
.BgClassName
{
background-color: #3B1632;
}
</style>
border-color css
<style>
span { border-color: #3B1632; }
span { border-color: rgb(59,22,50); }
td.TdClassName
{
border-color: #3B1632;
}
.TagClassName
{
border-color: #3B1632;
}
</style>