Shades of Melanzane #3D1E34
Tints of Melanzane #3D1E34
RGB
CMYK
RGB Variations
Color information
#3D1E34 (or 0x3D1E34) is known color: Melanzane. HEX triplet: 3D, 1E and 34. RGB value is (61,30,52). Sum of RGB (Red+Green+Blue) = 61+30+52=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E34 is #C2E1CB. Grayscale: #292929. Windows color (decimal): -12771788 or 3415613. OLE color: 3415613.
HSL color Cylindrical-coordinate representation of color #3D1E34: hue angle of 317.42º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D1E34 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 52 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.76 |
| HSL | 317.42º | 0.34% | 0.18% | - |
| HSV(B) | 317.42º | 0.51% | 0.24% | - |
| XYZ | 3.01 | 2.17 | 3.51 | - |
| YUV | 41.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 52 | 0 | 0.51 | 0.15 | 0.76 | 317.42 | 0.34 | 0.18 |
| Hex | 3D | 1E | 34 | 0 | 33 | F | 4C | 13D | 22 | 12 |
| Octal | 75 | 36 | 64 | 0 | 63 | 17 | 114 | 475 | 42 | 22 |
| Binary | 111101 | 11110 | 110100 | 0 | 110011 | 1111 | 1001100 | 100111101 | 100010 | 10010 |
Color Harmonies of #3D1E34
Complementary color
Monochromatic Colors of #3D1E34
Black with #3D1E34
Text Example
Text Example
White with #3D1E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E34; }
p { color: rgb(61,30,52); }
H1.HeaderClassName
{
color: #3D1E34;
}
.AnyTagClassName
{
color: #3D1E34;
}
</style>
background-color css
<style>
a { background-color: #3D1E34; }
a { background-color: rgb(61,30,52); }
div.DivClassName
{
background-color: #3D1E34;
}
.BgClassName
{
background-color: #3D1E34;
}
</style>
border-color css
<style>
span { border-color: #3D1E34; }
span { border-color: rgb(61,30,52); }
td.TdClassName
{
border-color: #3D1E34;
}
.TagClassName
{
border-color: #3D1E34;
}
</style>