Shades of Melanzane #3D2637
Tints of Melanzane #3D2637
RGB
CMYK
RGB Variations
Color information
#3D2637 (or 0x3D2637) is known color: Melanzane. HEX triplet: 3D, 26 and 37. RGB value is (61,38,55). Sum of RGB (Red+Green+Blue) = 61+38+55=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2637 is #C2D9C8. Grayscale: #2E2E2E. Windows color (decimal): -12769737 or 3614269. OLE color: 3614269.
HSL color Cylindrical-coordinate representation of color #3D2637: hue angle of 315.65º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D2637 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 55 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.76 |
| HSL | 315.65º | 0.23% | 0.19% | - |
| HSV(B) | 315.65º | 0.38% | 0.24% | - |
| XYZ | 3.31 | 2.65 | 3.95 | - |
| YUV | 46.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 55 | 0 | 0.38 | 0.10 | 0.76 | 315.65 | 0.23 | 0.19 |
| Hex | 3D | 26 | 37 | 0 | 26 | A | 4C | 13C | 17 | 13 |
| Octal | 75 | 46 | 67 | 0 | 46 | 12 | 114 | 474 | 27 | 23 |
| Binary | 111101 | 100110 | 110111 | 0 | 100110 | 1010 | 1001100 | 100111100 | 10111 | 10011 |
Color Harmonies of #3D2637
Complementary color
Monochromatic Colors of #3D2637
Black with #3D2637
Text Example
Text Example
White with #3D2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2637; }
p { color: rgb(61,38,55); }
H1.HeaderClassName
{
color: #3D2637;
}
.AnyTagClassName
{
color: #3D2637;
}
</style>
background-color css
<style>
a { background-color: #3D2637; }
a { background-color: rgb(61,38,55); }
div.DivClassName
{
background-color: #3D2637;
}
.BgClassName
{
background-color: #3D2637;
}
</style>
border-color css
<style>
span { border-color: #3D2637; }
span { border-color: rgb(61,38,55); }
td.TdClassName
{
border-color: #3D2637;
}
.TagClassName
{
border-color: #3D2637;
}
</style>