Shades of Melanzane #3B2A37
Tints of Melanzane #3B2A37
RGB
CMYK
RGB Variations
Color information
#3B2A37 (or 0x3B2A37) is known color: Melanzane. HEX triplet: 3B, 2A and 37. RGB value is (59,42,55). Sum of RGB (Red+Green+Blue) = 59+42+55=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2A37 is #C4D5C8. Grayscale: #303030. Windows color (decimal): -12899785 or 3615291. OLE color: 3615291.
HSL color Cylindrical-coordinate representation of color #3B2A37: hue angle of 314.12º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B2A37 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 42 | 55 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.77 |
| HSL | 314.12º | 0.17% | 0.2% | - |
| HSV(B) | 314.12º | 0.29% | 0.23% | - |
| XYZ | 3.32 | 2.86 | 3.99 | - |
| YUV | 48.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 55 | 0 | 0.29 | 0.07 | 0.77 | 314.12 | 0.17 | 0.2 |
| Hex | 3B | 2A | 37 | 0 | 1D | 7 | 4D | 13A | 11 | 14 |
| Octal | 73 | 52 | 67 | 0 | 35 | 7 | 115 | 472 | 21 | 24 |
| Binary | 111011 | 101010 | 110111 | 0 | 11101 | 111 | 1001101 | 100111010 | 10001 | 10100 |
Color Harmonies of #3B2A37
Complementary color
Monochromatic Colors of #3B2A37
Black with #3B2A37
Text Example
Text Example
White with #3B2A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A37; }
p { color: rgb(59,42,55); }
H1.HeaderClassName
{
color: #3B2A37;
}
.AnyTagClassName
{
color: #3B2A37;
}
</style>
background-color css
<style>
a { background-color: #3B2A37; }
a { background-color: rgb(59,42,55); }
div.DivClassName
{
background-color: #3B2A37;
}
.BgClassName
{
background-color: #3B2A37;
}
</style>
border-color css
<style>
span { border-color: #3B2A37; }
span { border-color: rgb(59,42,55); }
td.TdClassName
{
border-color: #3B2A37;
}
.TagClassName
{
border-color: #3B2A37;
}
</style>