Shades of Melanzane #3F1E38
Tints of Melanzane #3F1E38
RGB
CMYK
RGB Variations
Color information
#3F1E38 (or 0x3F1E38) is known color: Melanzane. HEX triplet: 3F, 1E and 38. RGB value is (63,30,56). Sum of RGB (Red+Green+Blue) = 63+30+56=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E38 is #C0E1C7. Grayscale: #2A2A2A. Windows color (decimal): -12640712 or 3677759. OLE color: 3677759.
HSL color Cylindrical-coordinate representation of color #3F1E38: hue angle of 312.73º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F1E38 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 30 | 56 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.75 |
| HSL | 312.73º | 0.35% | 0.18% | - |
| HSV(B) | 312.73º | 0.52% | 0.25% | - |
| XYZ | 3.23 | 2.27 | 4.01 | - |
| YUV | 42.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 56 | 0 | 0.52 | 0.11 | 0.75 | 312.73 | 0.35 | 0.18 |
| Hex | 3F | 1E | 38 | 0 | 34 | B | 4B | 139 | 23 | 12 |
| Octal | 77 | 36 | 70 | 0 | 64 | 13 | 113 | 471 | 43 | 22 |
| Binary | 111111 | 11110 | 111000 | 0 | 110100 | 1011 | 1001011 | 100111001 | 100011 | 10010 |
Color Harmonies of #3F1E38
Complementary color
Monochromatic Colors of #3F1E38
Black with #3F1E38
Text Example
Text Example
White with #3F1E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1E38; }
p { color: rgb(63,30,56); }
H1.HeaderClassName
{
color: #3F1E38;
}
.AnyTagClassName
{
color: #3F1E38;
}
</style>
background-color css
<style>
a { background-color: #3F1E38; }
a { background-color: rgb(63,30,56); }
div.DivClassName
{
background-color: #3F1E38;
}
.BgClassName
{
background-color: #3F1E38;
}
</style>
border-color css
<style>
span { border-color: #3F1E38; }
span { border-color: rgb(63,30,56); }
td.TdClassName
{
border-color: #3F1E38;
}
.TagClassName
{
border-color: #3F1E38;
}
</style>