Shades of Melanzane #3D2837
Tints of Melanzane #3D2837
RGB
CMYK
RGB Variations
Color information
#3D2837 (or 0x3D2837) is known color: Melanzane. HEX triplet: 3D, 28 and 37. RGB value is (61,40,55). Sum of RGB (Red+Green+Blue) = 61+40+55=156 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.10% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2837 is #C2D7C8. Grayscale: #2F2F2F. Windows color (decimal): -12769225 or 3614781. OLE color: 3614781.
HSL color Cylindrical-coordinate representation of color #3D2837: hue angle of 317.14º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D2837 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 55 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.76 |
| HSL | 317.14º | 0.21% | 0.2% | - |
| HSV(B) | 317.14º | 0.34% | 0.24% | - |
| XYZ | 3.37 | 2.79 | 3.97 | - |
| YUV | 47.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 55 | 0 | 0.34 | 0.10 | 0.76 | 317.14 | 0.21 | 0.2 |
| Hex | 3D | 28 | 37 | 0 | 22 | A | 4C | 13D | 15 | 14 |
| Octal | 75 | 50 | 67 | 0 | 42 | 12 | 114 | 475 | 25 | 24 |
| Binary | 111101 | 101000 | 110111 | 0 | 100010 | 1010 | 1001100 | 100111101 | 10101 | 10100 |
Color Harmonies of #3D2837
Complementary color
Monochromatic Colors of #3D2837
Black with #3D2837
Text Example
Text Example
White with #3D2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2837; }
p { color: rgb(61,40,55); }
H1.HeaderClassName
{
color: #3D2837;
}
.AnyTagClassName
{
color: #3D2837;
}
</style>
background-color css
<style>
a { background-color: #3D2837; }
a { background-color: rgb(61,40,55); }
div.DivClassName
{
background-color: #3D2837;
}
.BgClassName
{
background-color: #3D2837;
}
</style>
border-color css
<style>
span { border-color: #3D2837; }
span { border-color: rgb(61,40,55); }
td.TdClassName
{
border-color: #3D2837;
}
.TagClassName
{
border-color: #3D2837;
}
</style>