Shades of Melanzane #3B2835
Tints of Melanzane #3B2835
RGB
CMYK
RGB Variations
Color information
#3B2835 (or 0x3B2835) is known color: Melanzane. HEX triplet: 3B, 28 and 35. RGB value is (59,40,53). Sum of RGB (Red+Green+Blue) = 59+40+53=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 53 (21.09% from 255 or 34.87% from 152); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2835 is #C4D7CA. Grayscale: #2F2F2F. Windows color (decimal): -12900299 or 3483707. OLE color: 3483707.
HSL color Cylindrical-coordinate representation of color #3B2835: hue angle of 318.95º 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 #3B2835 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 40 | 53 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.77 |
| HSL | 318.95º | 0.19% | 0.19% | - |
| HSV(B) | 318.95º | 0.32% | 0.23% | - |
| XYZ | 3.21 | 2.7 | 3.72 | - |
| YUV | 47.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 53 | 0 | 0.32 | 0.10 | 0.77 | 318.95 | 0.19 | 0.19 |
| Hex | 3B | 28 | 35 | 0 | 20 | A | 4D | 13F | 13 | 13 |
| Octal | 73 | 50 | 65 | 0 | 40 | 12 | 115 | 477 | 23 | 23 |
| Binary | 111011 | 101000 | 110101 | 0 | 100000 | 1010 | 1001101 | 100111111 | 10011 | 10011 |
Color Harmonies of #3B2835
Complementary color
Monochromatic Colors of #3B2835
Black with #3B2835
Text Example
Text Example
White with #3B2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2835; }
p { color: rgb(59,40,53); }
H1.HeaderClassName
{
color: #3B2835;
}
.AnyTagClassName
{
color: #3B2835;
}
</style>
background-color css
<style>
a { background-color: #3B2835; }
a { background-color: rgb(59,40,53); }
div.DivClassName
{
background-color: #3B2835;
}
.BgClassName
{
background-color: #3B2835;
}
</style>
border-color css
<style>
span { border-color: #3B2835; }
span { border-color: rgb(59,40,53); }
td.TdClassName
{
border-color: #3B2835;
}
.TagClassName
{
border-color: #3B2835;
}
</style>