Shades of Melanzane #3B2834
Tints of Melanzane #3B2834
RGB
CMYK
RGB Variations
Color information
#3B2834 (or 0x3B2834) is known color: Melanzane. HEX triplet: 3B, 28 and 34. RGB value is (59,40,52). Sum of RGB (Red+Green+Blue) = 59+40+52=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2834 is #C4D7CB. Grayscale: #2F2F2F. Windows color (decimal): -12900300 or 3418171. OLE color: 3418171.
HSL color Cylindrical-coordinate representation of color #3B2834: hue angle of 322.11º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B2834 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 52 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.77 |
| HSL | 322.11º | 0.19% | 0.19% | - |
| HSV(B) | 322.11º | 0.32% | 0.23% | - |
| XYZ | 3.18 | 2.7 | 3.6 | - |
| YUV | 47.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 52 | 0 | 0.32 | 0.12 | 0.77 | 322.11 | 0.19 | 0.19 |
| Hex | 3B | 28 | 34 | 0 | 20 | C | 4D | 142 | 13 | 13 |
| Octal | 73 | 50 | 64 | 0 | 40 | 14 | 115 | 502 | 23 | 23 |
| Binary | 111011 | 101000 | 110100 | 0 | 100000 | 1100 | 1001101 | 101000010 | 10011 | 10011 |
Color Harmonies of #3B2834
Complementary color
Monochromatic Colors of #3B2834
Black with #3B2834
Text Example
Text Example
White with #3B2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2834; }
p { color: rgb(59,40,52); }
H1.HeaderClassName
{
color: #3B2834;
}
.AnyTagClassName
{
color: #3B2834;
}
</style>
background-color css
<style>
a { background-color: #3B2834; }
a { background-color: rgb(59,40,52); }
div.DivClassName
{
background-color: #3B2834;
}
.BgClassName
{
background-color: #3B2834;
}
</style>
border-color css
<style>
span { border-color: #3B2834; }
span { border-color: rgb(59,40,52); }
td.TdClassName
{
border-color: #3B2834;
}
.TagClassName
{
border-color: #3B2834;
}
</style>