Shades of Melanzane #391C31
Tints of Melanzane #391C31
RGB
CMYK
RGB Variations
Color information
#391C31 (or 0x391C31) is known color: Melanzane. HEX triplet: 39, 1C and 31. RGB value is (57,28,49). Sum of RGB (Red+Green+Blue) = 57+28+49=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #391C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C31 is #C6E3CE. Grayscale: #272727. Windows color (decimal): -13034447 or 3218489. OLE color: 3218489.
HSL color Cylindrical-coordinate representation of color #391C31: hue angle of 316.55º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #391C31 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 28 | 49 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.78 |
| HSL | 316.55º | 0.34% | 0.17% | - |
| HSV(B) | 316.55º | 0.51% | 0.22% | - |
| XYZ | 2.66 | 1.92 | 3.14 | - |
| YUV | 39.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 49 | 0 | 0.51 | 0.14 | 0.78 | 316.55 | 0.34 | 0.17 |
| Hex | 39 | 1C | 31 | 0 | 33 | E | 4E | 13D | 22 | 11 |
| Octal | 71 | 34 | 61 | 0 | 63 | 16 | 116 | 475 | 42 | 21 |
| Binary | 111001 | 11100 | 110001 | 0 | 110011 | 1110 | 1001110 | 100111101 | 100010 | 10001 |
Color Harmonies of #391C31
Complementary color
Monochromatic Colors of #391C31
Black with #391C31
Text Example
Text Example
White with #391C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C31; }
p { color: rgb(57,28,49); }
H1.HeaderClassName
{
color: #391C31;
}
.AnyTagClassName
{
color: #391C31;
}
</style>
background-color css
<style>
a { background-color: #391C31; }
a { background-color: rgb(57,28,49); }
div.DivClassName
{
background-color: #391C31;
}
.BgClassName
{
background-color: #391C31;
}
</style>
border-color css
<style>
span { border-color: #391C31; }
span { border-color: rgb(57,28,49); }
td.TdClassName
{
border-color: #391C31;
}
.TagClassName
{
border-color: #391C31;
}
</style>