Shades of Melanzane #3F2636
Tints of Melanzane #3F2636
RGB
CMYK
RGB Variations
Color information
#3F2636 (or 0x3F2636) is known color: Melanzane. HEX triplet: 3F, 26 and 36. RGB value is (63,38,54). Sum of RGB (Red+Green+Blue) = 63+38+54=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2636 is #C0D9C9. Grayscale: #2F2F2F. Windows color (decimal): -12638666 or 3548735. OLE color: 3548735.
HSL color Cylindrical-coordinate representation of color #3F2636: hue angle of 321.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2636 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 54 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.75 |
| HSL | 321.6º | 0.25% | 0.2% | - |
| HSV(B) | 321.6º | 0.4% | 0.25% | - |
| XYZ | 3.41 | 2.71 | 3.83 | - |
| YUV | 47.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 54 | 0 | 0.40 | 0.14 | 0.75 | 321.6 | 0.25 | 0.2 |
| Hex | 3F | 26 | 36 | 0 | 28 | E | 4B | 142 | 19 | 14 |
| Octal | 77 | 46 | 66 | 0 | 50 | 16 | 113 | 502 | 31 | 24 |
| Binary | 111111 | 100110 | 110110 | 0 | 101000 | 1110 | 1001011 | 101000010 | 11001 | 10100 |
Color Harmonies of #3F2636
Complementary color
Monochromatic Colors of #3F2636
Black with #3F2636
Text Example
Text Example
White with #3F2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2636; }
p { color: rgb(63,38,54); }
H1.HeaderClassName
{
color: #3F2636;
}
.AnyTagClassName
{
color: #3F2636;
}
</style>
background-color css
<style>
a { background-color: #3F2636; }
a { background-color: rgb(63,38,54); }
div.DivClassName
{
background-color: #3F2636;
}
.BgClassName
{
background-color: #3F2636;
}
</style>
border-color css
<style>
span { border-color: #3F2636; }
span { border-color: rgb(63,38,54); }
td.TdClassName
{
border-color: #3F2636;
}
.TagClassName
{
border-color: #3F2636;
}
</style>