Shades of Melanzane #3D2C37
Tints of Melanzane #3D2C37
RGB
CMYK
RGB Variations
Color information
#3D2C37 (or 0x3D2C37) is known color: Melanzane. HEX triplet: 3D, 2C and 37. RGB value is (61,44,55). Sum of RGB (Red+Green+Blue) = 61+44+55=160 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.12% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C37 is #C2D3C8. Grayscale: #323232. Windows color (decimal): -12768201 or 3615805. OLE color: 3615805.
HSL color Cylindrical-coordinate representation of color #3D2C37: hue angle of 321.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D2C37 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 55 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.76 |
| HSL | 321.18º | 0.16% | 0.21% | - |
| HSV(B) | 321.18º | 0.28% | 0.24% | - |
| XYZ | 3.51 | 3.07 | 4.02 | - |
| YUV | 50.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 55 | 0 | 0.28 | 0.10 | 0.76 | 321.18 | 0.16 | 0.21 |
| Hex | 3D | 2C | 37 | 0 | 1C | A | 4C | 141 | 10 | 15 |
| Octal | 75 | 54 | 67 | 0 | 34 | 12 | 114 | 501 | 20 | 25 |
| Binary | 111101 | 101100 | 110111 | 0 | 11100 | 1010 | 1001100 | 101000001 | 10000 | 10101 |
Color Harmonies of #3D2C37
Complementary color
Monochromatic Colors of #3D2C37
Black with #3D2C37
Text Example
Text Example
White with #3D2C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C37; }
p { color: rgb(61,44,55); }
H1.HeaderClassName
{
color: #3D2C37;
}
.AnyTagClassName
{
color: #3D2C37;
}
</style>
background-color css
<style>
a { background-color: #3D2C37; }
a { background-color: rgb(61,44,55); }
div.DivClassName
{
background-color: #3D2C37;
}
.BgClassName
{
background-color: #3D2C37;
}
</style>
border-color css
<style>
span { border-color: #3D2C37; }
span { border-color: rgb(61,44,55); }
td.TdClassName
{
border-color: #3D2C37;
}
.TagClassName
{
border-color: #3D2C37;
}
</style>