Shades of Melanzane #3F2436
Tints of Melanzane #3F2436
RGB
CMYK
RGB Variations
Color information
#3F2436 (or 0x3F2436) is known color: Melanzane. HEX triplet: 3F, 24 and 36. RGB value is (63,36,54). Sum of RGB (Red+Green+Blue) = 63+36+54=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2436 is #C0DBC9. Grayscale: #2E2E2E. Windows color (decimal): -12639178 or 3548223. OLE color: 3548223.
HSL color Cylindrical-coordinate representation of color #3F2436: hue angle of 320º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F2436 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 36 | 54 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.75 |
| HSL | 320º | 0.27% | 0.19% | - |
| HSV(B) | 320º | 0.43% | 0.25% | - |
| XYZ | 3.35 | 2.58 | 3.81 | - |
| YUV | 46.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 54 | 0 | 0.43 | 0.14 | 0.75 | 320 | 0.27 | 0.19 |
| Hex | 3F | 24 | 36 | 0 | 2B | E | 4B | 140 | 1B | 13 |
| Octal | 77 | 44 | 66 | 0 | 53 | 16 | 113 | 500 | 33 | 23 |
| Binary | 111111 | 100100 | 110110 | 0 | 101011 | 1110 | 1001011 | 101000000 | 11011 | 10011 |
Color Harmonies of #3F2436
Complementary color
Monochromatic Colors of #3F2436
Black with #3F2436
Text Example
Text Example
White with #3F2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2436; }
p { color: rgb(63,36,54); }
H1.HeaderClassName
{
color: #3F2436;
}
.AnyTagClassName
{
color: #3F2436;
}
</style>
background-color css
<style>
a { background-color: #3F2436; }
a { background-color: rgb(63,36,54); }
div.DivClassName
{
background-color: #3F2436;
}
.BgClassName
{
background-color: #3F2436;
}
</style>
border-color css
<style>
span { border-color: #3F2436; }
span { border-color: rgb(63,36,54); }
td.TdClassName
{
border-color: #3F2436;
}
.TagClassName
{
border-color: #3F2436;
}
</style>