Shades of Melanzane #3B2734
Tints of Melanzane #3B2734
RGB
CMYK
RGB Variations
Color information
#3B2734 (or 0x3B2734) is known color: Melanzane. HEX triplet: 3B, 27 and 34. RGB value is (59,39,52). Sum of RGB (Red+Green+Blue) = 59+39+52=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2734 is #C4D8CB. Grayscale: #2E2E2E. Windows color (decimal): -12900556 or 3417915. OLE color: 3417915.
HSL color Cylindrical-coordinate representation of color #3B2734: hue angle of 321º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B2734 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 52 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.77 |
| HSL | 321º | 0.2% | 0.19% | - |
| HSV(B) | 321º | 0.34% | 0.23% | - |
| XYZ | 3.15 | 2.63 | 3.59 | - |
| YUV | 46.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 52 | 0 | 0.34 | 0.12 | 0.77 | 321 | 0.2 | 0.19 |
| Hex | 3B | 27 | 34 | 0 | 22 | C | 4D | 141 | 14 | 13 |
| Octal | 73 | 47 | 64 | 0 | 42 | 14 | 115 | 501 | 24 | 23 |
| Binary | 111011 | 100111 | 110100 | 0 | 100010 | 1100 | 1001101 | 101000001 | 10100 | 10011 |
Color Harmonies of #3B2734
Complementary color
Monochromatic Colors of #3B2734
Black with #3B2734
Text Example
Text Example
White with #3B2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2734; }
p { color: rgb(59,39,52); }
H1.HeaderClassName
{
color: #3B2734;
}
.AnyTagClassName
{
color: #3B2734;
}
</style>
background-color css
<style>
a { background-color: #3B2734; }
a { background-color: rgb(59,39,52); }
div.DivClassName
{
background-color: #3B2734;
}
.BgClassName
{
background-color: #3B2734;
}
</style>
border-color css
<style>
span { border-color: #3B2734; }
span { border-color: rgb(59,39,52); }
td.TdClassName
{
border-color: #3B2734;
}
.TagClassName
{
border-color: #3B2734;
}
</style>