Shades of Melanzane #3F1D36
Tints of Melanzane #3F1D36
RGB
CMYK
RGB Variations
Color information
#3F1D36 (or 0x3F1D36) is known color: Melanzane. HEX triplet: 3F, 1D and 36. RGB value is (63,29,54). Sum of RGB (Red+Green+Blue) = 63+29+54=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D36 is #C0E2C9. Grayscale: #292929. Windows color (decimal): -12640970 or 3546431. OLE color: 3546431.
HSL color Cylindrical-coordinate representation of color #3F1D36: hue angle of 315.88º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F1D36 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 54 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.75 |
| HSL | 315.88º | 0.37% | 0.18% | - |
| HSV(B) | 315.88º | 0.54% | 0.25% | - |
| XYZ | 3.16 | 2.2 | 3.75 | - |
| YUV | 42.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 54 | 0 | 0.54 | 0.14 | 0.75 | 315.88 | 0.37 | 0.18 |
| Hex | 3F | 1D | 36 | 0 | 36 | E | 4B | 13C | 25 | 12 |
| Octal | 77 | 35 | 66 | 0 | 66 | 16 | 113 | 474 | 45 | 22 |
| Binary | 111111 | 11101 | 110110 | 0 | 110110 | 1110 | 1001011 | 100111100 | 100101 | 10010 |
Color Harmonies of #3F1D36
Complementary color
Monochromatic Colors of #3F1D36
Black with #3F1D36
Text Example
Text Example
White with #3F1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D36; }
p { color: rgb(63,29,54); }
H1.HeaderClassName
{
color: #3F1D36;
}
.AnyTagClassName
{
color: #3F1D36;
}
</style>
background-color css
<style>
a { background-color: #3F1D36; }
a { background-color: rgb(63,29,54); }
div.DivClassName
{
background-color: #3F1D36;
}
.BgClassName
{
background-color: #3F1D36;
}
</style>
border-color css
<style>
span { border-color: #3F1D36; }
span { border-color: rgb(63,29,54); }
td.TdClassName
{
border-color: #3F1D36;
}
.TagClassName
{
border-color: #3F1D36;
}
</style>