Shades of Melanzane #3D1F36
Tints of Melanzane #3D1F36
RGB
CMYK
RGB Variations
Color information
#3D1F36 (or 0x3D1F36) is known color: Melanzane. HEX triplet: 3D, 1F and 36. RGB value is (61,31,54). Sum of RGB (Red+Green+Blue) = 61+31+54=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F36 is #C2E0C9. Grayscale: #2A2A2A. Windows color (decimal): -12771530 or 3546941. OLE color: 3546941.
HSL color Cylindrical-coordinate representation of color #3D1F36: hue angle of 314º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D1F36 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 31 | 54 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.76 |
| HSL | 314º | 0.33% | 0.18% | - |
| HSV(B) | 314º | 0.49% | 0.24% | - |
| XYZ | 3.08 | 2.24 | 3.76 | - |
| YUV | 42.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 54 | 0 | 0.49 | 0.11 | 0.76 | 314 | 0.33 | 0.18 |
| Hex | 3D | 1F | 36 | 0 | 31 | B | 4C | 13A | 21 | 12 |
| Octal | 75 | 37 | 66 | 0 | 61 | 13 | 114 | 472 | 41 | 22 |
| Binary | 111101 | 11111 | 110110 | 0 | 110001 | 1011 | 1001100 | 100111010 | 100001 | 10010 |
Color Harmonies of #3D1F36
Complementary color
Monochromatic Colors of #3D1F36
Black with #3D1F36
Text Example
Text Example
White with #3D1F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1F36; }
p { color: rgb(61,31,54); }
H1.HeaderClassName
{
color: #3D1F36;
}
.AnyTagClassName
{
color: #3D1F36;
}
</style>
background-color css
<style>
a { background-color: #3D1F36; }
a { background-color: rgb(61,31,54); }
div.DivClassName
{
background-color: #3D1F36;
}
.BgClassName
{
background-color: #3D1F36;
}
</style>
border-color css
<style>
span { border-color: #3D1F36; }
span { border-color: rgb(61,31,54); }
td.TdClassName
{
border-color: #3D1F36;
}
.TagClassName
{
border-color: #3D1F36;
}
</style>