Shades of Melanzane #3C2E37
Tints of Melanzane #3C2E37
RGB
CMYK
RGB Variations
Color information
#3C2E37 (or 0x3C2E37) is known color: Melanzane. HEX triplet: 3C, 2E and 37. RGB value is (60,46,55). Sum of RGB (Red+Green+Blue) = 60+46+55=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2E37 is #C3D1C8. Grayscale: #333333. Windows color (decimal): -12833225 or 3616316. OLE color: 3616316.
HSL color Cylindrical-coordinate representation of color #3C2E37: hue angle of 321.43º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C2E37 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 46 | 55 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.76 |
| HSL | 321.43º | 0.13% | 0.21% | - |
| HSV(B) | 321.43º | 0.23% | 0.24% | - |
| XYZ | 3.53 | 3.19 | 4.04 | - |
| YUV | 51.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 55 | 0 | 0.23 | 0.08 | 0.76 | 321.43 | 0.13 | 0.21 |
| Hex | 3C | 2E | 37 | 0 | 17 | 8 | 4C | 141 | D | 15 |
| Octal | 74 | 56 | 67 | 0 | 27 | 10 | 114 | 501 | 15 | 25 |
| Binary | 111100 | 101110 | 110111 | 0 | 10111 | 1000 | 1001100 | 101000001 | 1101 | 10101 |
Color Harmonies of #3C2E37
Complementary color
Monochromatic Colors of #3C2E37
Black with #3C2E37
Text Example
Text Example
White with #3C2E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E37; }
p { color: rgb(60,46,55); }
H1.HeaderClassName
{
color: #3C2E37;
}
.AnyTagClassName
{
color: #3C2E37;
}
</style>
background-color css
<style>
a { background-color: #3C2E37; }
a { background-color: rgb(60,46,55); }
div.DivClassName
{
background-color: #3C2E37;
}
.BgClassName
{
background-color: #3C2E37;
}
</style>
border-color css
<style>
span { border-color: #3C2E37; }
span { border-color: rgb(60,46,55); }
td.TdClassName
{
border-color: #3C2E37;
}
.TagClassName
{
border-color: #3C2E37;
}
</style>