Shades of Melanzane #3B2235
Tints of Melanzane #3B2235
RGB
CMYK
RGB Variations
Color information
#3B2235 (or 0x3B2235) is known color: Melanzane. HEX triplet: 3B, 22 and 35. RGB value is (59,34,53). Sum of RGB (Red+Green+Blue) = 59+34+53=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2235 is #C4DDCA. Grayscale: #2B2B2B. Windows color (decimal): -12901835 or 3482171. OLE color: 3482171.
HSL color Cylindrical-coordinate representation of color #3B2235: hue angle of 314.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B2235 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 53 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.77 |
| HSL | 314.4º | 0.27% | 0.18% | - |
| HSV(B) | 314.4º | 0.42% | 0.23% | - |
| XYZ | 3.02 | 2.33 | 3.66 | - |
| YUV | 43.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 53 | 0 | 0.42 | 0.10 | 0.77 | 314.4 | 0.27 | 0.18 |
| Hex | 3B | 22 | 35 | 0 | 2A | A | 4D | 13A | 1B | 12 |
| Octal | 73 | 42 | 65 | 0 | 52 | 12 | 115 | 472 | 33 | 22 |
| Binary | 111011 | 100010 | 110101 | 0 | 101010 | 1010 | 1001101 | 100111010 | 11011 | 10010 |
Color Harmonies of #3B2235
Complementary color
Monochromatic Colors of #3B2235
Black with #3B2235
Text Example
Text Example
White with #3B2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2235; }
p { color: rgb(59,34,53); }
H1.HeaderClassName
{
color: #3B2235;
}
.AnyTagClassName
{
color: #3B2235;
}
</style>
background-color css
<style>
a { background-color: #3B2235; }
a { background-color: rgb(59,34,53); }
div.DivClassName
{
background-color: #3B2235;
}
.BgClassName
{
background-color: #3B2235;
}
</style>
border-color css
<style>
span { border-color: #3B2235; }
span { border-color: rgb(59,34,53); }
td.TdClassName
{
border-color: #3B2235;
}
.TagClassName
{
border-color: #3B2235;
}
</style>