Shades of Mardi Gras #390D39
Tints of Mardi Gras #390D39
RGB
CMYK
RGB Variations
Color information
#390D39 (or 0x390D39) is known color: Mardi Gras. HEX triplet: 39, 0D and 39. RGB value is (57,13,57). Sum of RGB (Red+Green+Blue) = 57+13+57=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #390D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D39 is #C6F2C6. Grayscale: #1F1F1F. Windows color (decimal): -13038279 or 3738937. OLE color: 3738937.
HSL color Cylindrical-coordinate representation of color #390D39: hue angle of 300º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #390D39 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 13 | 57 | - |
| CMYK | 0 | 0.77 | 0 | 0.78 |
| HSL | 300º | 0.63% | 0.14% | - |
| HSV(B) | 300º | 0.77% | 0.22% | - |
| XYZ | 2.57 | 1.45 | 4.02 | - |
| YUV | 31.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 57 | 0 | 0.77 | 0 | 0.78 | 300 | 0.63 | 0.14 |
| Hex | 39 | D | 39 | 0 | 4D | 0 | 4E | 12C | 3F | E |
| Octal | 71 | 15 | 71 | 0 | 115 | 0 | 116 | 454 | 77 | 16 |
| Binary | 111001 | 1101 | 111001 | 0 | 1001101 | 0 | 1001110 | 100101100 | 111111 | 1110 |
Color Harmonies of #390D39
Complementary color
Monochromatic Colors of #390D39
Black with #390D39
Text Example
Text Example
White with #390D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D39; }
p { color: rgb(57,13,57); }
H1.HeaderClassName
{
color: #390D39;
}
.AnyTagClassName
{
color: #390D39;
}
</style>
background-color css
<style>
a { background-color: #390D39; }
a { background-color: rgb(57,13,57); }
div.DivClassName
{
background-color: #390D39;
}
.BgClassName
{
background-color: #390D39;
}
</style>
border-color css
<style>
span { border-color: #390D39; }
span { border-color: rgb(57,13,57); }
td.TdClassName
{
border-color: #390D39;
}
.TagClassName
{
border-color: #390D39;
}
</style>