Shades of Melanzane #3B2C36
Tints of Melanzane #3B2C36
RGB
CMYK
RGB Variations
Color information
#3B2C36 (or 0x3B2C36) is known color: Melanzane. HEX triplet: 3B, 2C and 36. RGB value is (59,44,54). Sum of RGB (Red+Green+Blue) = 59+44+54=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C36 is #C4D3C9. Grayscale: #313131. Windows color (decimal): -12899274 or 3550267. OLE color: 3550267.
HSL color Cylindrical-coordinate representation of color #3B2C36: hue angle of 320º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2C36 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 54 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.77 |
| HSL | 320º | 0.15% | 0.2% | - |
| HSV(B) | 320º | 0.25% | 0.23% | - |
| XYZ | 3.37 | 3 | 3.89 | - |
| YUV | 49.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 54 | 0 | 0.25 | 0.08 | 0.77 | 320 | 0.15 | 0.2 |
| Hex | 3B | 2C | 36 | 0 | 19 | 8 | 4D | 140 | F | 14 |
| Octal | 73 | 54 | 66 | 0 | 31 | 10 | 115 | 500 | 17 | 24 |
| Binary | 111011 | 101100 | 110110 | 0 | 11001 | 1000 | 1001101 | 101000000 | 1111 | 10100 |
Color Harmonies of #3B2C36
Complementary color
Monochromatic Colors of #3B2C36
Black with #3B2C36
Text Example
Text Example
White with #3B2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C36; }
p { color: rgb(59,44,54); }
H1.HeaderClassName
{
color: #3B2C36;
}
.AnyTagClassName
{
color: #3B2C36;
}
</style>
background-color css
<style>
a { background-color: #3B2C36; }
a { background-color: rgb(59,44,54); }
div.DivClassName
{
background-color: #3B2C36;
}
.BgClassName
{
background-color: #3B2C36;
}
</style>
border-color css
<style>
span { border-color: #3B2C36; }
span { border-color: rgb(59,44,54); }
td.TdClassName
{
border-color: #3B2C36;
}
.TagClassName
{
border-color: #3B2C36;
}
</style>