Shades of Mardi Gras #390337
Tints of Mardi Gras #390337
RGB
CMYK
RGB Variations
Color information
#390337 (or 0x390337) is known color: Mardi Gras. HEX triplet: 39, 03 and 37. RGB value is (57,3,55). Sum of RGB (Red+Green+Blue) = 57+3+55=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #390337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390337 is #C6FCC8. Grayscale: #181818. Windows color (decimal): -13040841 or 3605305. OLE color: 3605305.
HSL color Cylindrical-coordinate representation of color #390337: hue angle of 302.22º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390337 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 3 | 55 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.78 |
| HSL | 302.22º | 0.9% | 0.12% | - |
| HSV(B) | 302.22º | 0.95% | 0.22% | - |
| XYZ | 2.41 | 1.21 | 3.72 | - |
| YUV | 25.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 55 | 0 | 0.95 | 0.04 | 0.78 | 302.22 | 0.9 | 0.12 |
| Hex | 39 | 3 | 37 | 0 | 5F | 4 | 4E | 12E | 5A | C |
| Octal | 71 | 3 | 67 | 0 | 137 | 4 | 116 | 456 | 132 | 14 |
| Binary | 111001 | 11 | 110111 | 0 | 1011111 | 100 | 1001110 | 100101110 | 1011010 | 1100 |
Color Harmonies of #390337
Complementary color
Monochromatic Colors of #390337
Black with #390337
Text Example
Text Example
White with #390337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390337; }
p { color: rgb(57,3,55); }
H1.HeaderClassName
{
color: #390337;
}
.AnyTagClassName
{
color: #390337;
}
</style>
background-color css
<style>
a { background-color: #390337; }
a { background-color: rgb(57,3,55); }
div.DivClassName
{
background-color: #390337;
}
.BgClassName
{
background-color: #390337;
}
</style>
border-color css
<style>
span { border-color: #390337; }
span { border-color: rgb(57,3,55); }
td.TdClassName
{
border-color: #390337;
}
.TagClassName
{
border-color: #390337;
}
</style>