Shades of Mardi Gras #390E32
Tints of Mardi Gras #390E32
RGB
CMYK
RGB Variations
Color information
#390E32 (or 0x390E32) is known color: Mardi Gras. HEX triplet: 39, 0E and 32. RGB value is (57,14,50). Sum of RGB (Red+Green+Blue) = 57+14+50=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #390E32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E32 is #C6F1CD. Grayscale: #1E1E1E. Windows color (decimal): -13038030 or 3280441. OLE color: 3280441.
HSL color Cylindrical-coordinate representation of color #390E32: hue angle of 309.77º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390E32 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 50 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.78 |
| HSL | 309.77º | 0.61% | 0.14% | - |
| HSV(B) | 309.77º | 0.75% | 0.22% | - |
| XYZ | 2.42 | 1.41 | 3.16 | - |
| YUV | 30.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 50 | 0 | 0.75 | 0.12 | 0.78 | 309.77 | 0.61 | 0.14 |
| Hex | 39 | E | 32 | 0 | 4B | C | 4E | 136 | 3D | E |
| Octal | 71 | 16 | 62 | 0 | 113 | 14 | 116 | 466 | 75 | 16 |
| Binary | 111001 | 1110 | 110010 | 0 | 1001011 | 1100 | 1001110 | 100110110 | 111101 | 1110 |
Color Harmonies of #390E32
Complementary color
Monochromatic Colors of #390E32
Black with #390E32
Text Example
Text Example
White with #390E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E32; }
p { color: rgb(57,14,50); }
H1.HeaderClassName
{
color: #390E32;
}
.AnyTagClassName
{
color: #390E32;
}
</style>
background-color css
<style>
a { background-color: #390E32; }
a { background-color: rgb(57,14,50); }
div.DivClassName
{
background-color: #390E32;
}
.BgClassName
{
background-color: #390E32;
}
</style>
border-color css
<style>
span { border-color: #390E32; }
span { border-color: rgb(57,14,50); }
td.TdClassName
{
border-color: #390E32;
}
.TagClassName
{
border-color: #390E32;
}
</style>