Shades of Melanzane #3B2035
Tints of Melanzane #3B2035
RGB
CMYK
RGB Variations
Color information
#3B2035 (or 0x3B2035) is known color: Melanzane. HEX triplet: 3B, 20 and 35. RGB value is (59,32,53). Sum of RGB (Red+Green+Blue) = 59+32+53=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2035 is #C4DFCA. Grayscale: #2A2A2A. Windows color (decimal): -12902347 or 3481659. OLE color: 3481659.
HSL color Cylindrical-coordinate representation of color #3B2035: hue angle of 313.33º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2035 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 53 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.77 |
| HSL | 313.33º | 0.3% | 0.18% | - |
| HSV(B) | 313.33º | 0.46% | 0.23% | - |
| XYZ | 2.96 | 2.22 | 3.64 | - |
| YUV | 42.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 53 | 0 | 0.46 | 0.10 | 0.77 | 313.33 | 0.3 | 0.18 |
| Hex | 3B | 20 | 35 | 0 | 2E | A | 4D | 139 | 1E | 12 |
| Octal | 73 | 40 | 65 | 0 | 56 | 12 | 115 | 471 | 36 | 22 |
| Binary | 111011 | 100000 | 110101 | 0 | 101110 | 1010 | 1001101 | 100111001 | 11110 | 10010 |
Color Harmonies of #3B2035
Complementary color
Monochromatic Colors of #3B2035
Black with #3B2035
Text Example
Text Example
White with #3B2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2035; }
p { color: rgb(59,32,53); }
H1.HeaderClassName
{
color: #3B2035;
}
.AnyTagClassName
{
color: #3B2035;
}
</style>
background-color css
<style>
a { background-color: #3B2035; }
a { background-color: rgb(59,32,53); }
div.DivClassName
{
background-color: #3B2035;
}
.BgClassName
{
background-color: #3B2035;
}
</style>
border-color css
<style>
span { border-color: #3B2035; }
span { border-color: rgb(59,32,53); }
td.TdClassName
{
border-color: #3B2035;
}
.TagClassName
{
border-color: #3B2035;
}
</style>