Shades of Melanzane #391F30
Tints of Melanzane #391F30
RGB
CMYK
RGB Variations
Color information
#391F30 (or 0x391F30) is known color: Melanzane. HEX triplet: 39, 1F and 30. RGB value is (57,31,48). Sum of RGB (Red+Green+Blue) = 57+31+48=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #391F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F30 is #C6E0CF. Grayscale: #282828. Windows color (decimal): -13033680 or 3153721. OLE color: 3153721.
HSL color Cylindrical-coordinate representation of color #391F30: hue angle of 320.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #391F30 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 31 | 48 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.78 |
| HSL | 320.77º | 0.3% | 0.17% | - |
| HSV(B) | 320.77º | 0.46% | 0.22% | - |
| XYZ | 2.71 | 2.06 | 3.05 | - |
| YUV | 40.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 31 | 48 | 0 | 0.46 | 0.16 | 0.78 | 320.77 | 0.3 | 0.17 |
| Hex | 39 | 1F | 30 | 0 | 2E | 10 | 4E | 141 | 1E | 11 |
| Octal | 71 | 37 | 60 | 0 | 56 | 20 | 116 | 501 | 36 | 21 |
| Binary | 111001 | 11111 | 110000 | 0 | 101110 | 10000 | 1001110 | 101000001 | 11110 | 10001 |
Color Harmonies of #391F30
Complementary color
Monochromatic Colors of #391F30
Black with #391F30
Text Example
Text Example
White with #391F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391F30; }
p { color: rgb(57,31,48); }
H1.HeaderClassName
{
color: #391F30;
}
.AnyTagClassName
{
color: #391F30;
}
</style>
background-color css
<style>
a { background-color: #391F30; }
a { background-color: rgb(57,31,48); }
div.DivClassName
{
background-color: #391F30;
}
.BgClassName
{
background-color: #391F30;
}
</style>
border-color css
<style>
span { border-color: #391F30; }
span { border-color: rgb(57,31,48); }
td.TdClassName
{
border-color: #391F30;
}
.TagClassName
{
border-color: #391F30;
}
</style>