Shades of Melanzane #3D2736
Tints of Melanzane #3D2736
RGB
CMYK
RGB Variations
Color information
#3D2736 (or 0x3D2736) is known color: Melanzane. HEX triplet: 3D, 27 and 36. RGB value is (61,39,54). Sum of RGB (Red+Green+Blue) = 61+39+54=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2736 is #C2D8C9. Grayscale: #2F2F2F. Windows color (decimal): -12769482 or 3548989. OLE color: 3548989.
HSL color Cylindrical-coordinate representation of color #3D2736: hue angle of 319.09º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D2736 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 39 | 54 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.76 |
| HSL | 319.09º | 0.22% | 0.2% | - |
| HSV(B) | 319.09º | 0.36% | 0.24% | - |
| XYZ | 3.32 | 2.71 | 3.84 | - |
| YUV | 47.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 39 | 54 | 0 | 0.36 | 0.11 | 0.76 | 319.09 | 0.22 | 0.2 |
| Hex | 3D | 27 | 36 | 0 | 24 | B | 4C | 13F | 16 | 14 |
| Octal | 75 | 47 | 66 | 0 | 44 | 13 | 114 | 477 | 26 | 24 |
| Binary | 111101 | 100111 | 110110 | 0 | 100100 | 1011 | 1001100 | 100111111 | 10110 | 10100 |
Color Harmonies of #3D2736
Complementary color
Monochromatic Colors of #3D2736
Black with #3D2736
Text Example
Text Example
White with #3D2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2736; }
p { color: rgb(61,39,54); }
H1.HeaderClassName
{
color: #3D2736;
}
.AnyTagClassName
{
color: #3D2736;
}
</style>
background-color css
<style>
a { background-color: #3D2736; }
a { background-color: rgb(61,39,54); }
div.DivClassName
{
background-color: #3D2736;
}
.BgClassName
{
background-color: #3D2736;
}
</style>
border-color css
<style>
span { border-color: #3D2736; }
span { border-color: rgb(61,39,54); }
td.TdClassName
{
border-color: #3D2736;
}
.TagClassName
{
border-color: #3D2736;
}
</style>