Shades of Melanzane #3D2534
Tints of Melanzane #3D2534
RGB
CMYK
RGB Variations
Color information
#3D2534 (or 0x3D2534) is known color: Melanzane. HEX triplet: 3D, 25 and 34. RGB value is (61,37,52). Sum of RGB (Red+Green+Blue) = 61+37+52=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2534 is #C2DACB. Grayscale: #2D2D2D. Windows color (decimal): -12769996 or 3417405. OLE color: 3417405.
HSL color Cylindrical-coordinate representation of color #3D2534: hue angle of 322.5º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D2534 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 37 | 52 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.76 |
| HSL | 322.5º | 0.24% | 0.19% | - |
| HSV(B) | 322.5º | 0.39% | 0.24% | - |
| XYZ | 3.21 | 2.56 | 3.57 | - |
| YUV | 45.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 37 | 52 | 0 | 0.39 | 0.15 | 0.76 | 322.5 | 0.24 | 0.19 |
| Hex | 3D | 25 | 34 | 0 | 27 | F | 4C | 142 | 18 | 13 |
| Octal | 75 | 45 | 64 | 0 | 47 | 17 | 114 | 502 | 30 | 23 |
| Binary | 111101 | 100101 | 110100 | 0 | 100111 | 1111 | 1001100 | 101000010 | 11000 | 10011 |
Color Harmonies of #3D2534
Complementary color
Monochromatic Colors of #3D2534
Black with #3D2534
Text Example
Text Example
White with #3D2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2534; }
p { color: rgb(61,37,52); }
H1.HeaderClassName
{
color: #3D2534;
}
.AnyTagClassName
{
color: #3D2534;
}
</style>
background-color css
<style>
a { background-color: #3D2534; }
a { background-color: rgb(61,37,52); }
div.DivClassName
{
background-color: #3D2534;
}
.BgClassName
{
background-color: #3D2534;
}
</style>
border-color css
<style>
span { border-color: #3D2534; }
span { border-color: rgb(61,37,52); }
td.TdClassName
{
border-color: #3D2534;
}
.TagClassName
{
border-color: #3D2534;
}
</style>