Shades of Melanzane #3F1D38
Tints of Melanzane #3F1D38
RGB
CMYK
RGB Variations
Color information
#3F1D38 (or 0x3F1D38) is known color: Melanzane. HEX triplet: 3F, 1D and 38. RGB value is (63,29,56). Sum of RGB (Red+Green+Blue) = 63+29+56=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D38 is #C0E2C7. Grayscale: #2A2A2A. Windows color (decimal): -12640968 or 3677503. OLE color: 3677503.
HSL color Cylindrical-coordinate representation of color #3F1D38: hue angle of 312.35º 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 #3F1D38 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 56 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.75 |
| HSL | 312.35º | 0.37% | 0.18% | - |
| HSV(B) | 312.35º | 0.54% | 0.25% | - |
| XYZ | 3.2 | 2.22 | 4 | - |
| YUV | 42.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 56 | 0 | 0.54 | 0.11 | 0.75 | 312.35 | 0.37 | 0.18 |
| Hex | 3F | 1D | 38 | 0 | 36 | B | 4B | 138 | 25 | 12 |
| Octal | 77 | 35 | 70 | 0 | 66 | 13 | 113 | 470 | 45 | 22 |
| Binary | 111111 | 11101 | 111000 | 0 | 110110 | 1011 | 1001011 | 100111000 | 100101 | 10010 |
Color Harmonies of #3F1D38
Complementary color
Monochromatic Colors of #3F1D38
Black with #3F1D38
Text Example
Text Example
White with #3F1D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D38; }
p { color: rgb(63,29,56); }
H1.HeaderClassName
{
color: #3F1D38;
}
.AnyTagClassName
{
color: #3F1D38;
}
</style>
background-color css
<style>
a { background-color: #3F1D38; }
a { background-color: rgb(63,29,56); }
div.DivClassName
{
background-color: #3F1D38;
}
.BgClassName
{
background-color: #3F1D38;
}
</style>
border-color css
<style>
span { border-color: #3F1D38; }
span { border-color: rgb(63,29,56); }
td.TdClassName
{
border-color: #3F1D38;
}
.TagClassName
{
border-color: #3F1D38;
}
</style>