Shades of Mardi Gras #370E31
Tints of Mardi Gras #370E31
RGB
CMYK
RGB Variations
Color information
#370E31 (or 0x370E31) is known color: Mardi Gras. HEX triplet: 37, 0E and 31. RGB value is (55,14,49). Sum of RGB (Red+Green+Blue) = 55+14+49=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #370E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E31 is #C8F1CE. Grayscale: #1E1E1E. Windows color (decimal): -13169103 or 3214903. OLE color: 3214903.
HSL color Cylindrical-coordinate representation of color #370E31: hue angle of 308.78º degrees, saturation: 0.59, 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 #370E31 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 49 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.78 |
| HSL | 308.78º | 0.59% | 0.14% | - |
| HSV(B) | 308.78º | 0.75% | 0.22% | - |
| XYZ | 2.29 | 1.35 | 3.05 | - |
| YUV | 30.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 49 | 0 | 0.75 | 0.11 | 0.78 | 308.78 | 0.59 | 0.14 |
| Hex | 37 | E | 31 | 0 | 4B | B | 4E | 135 | 3B | E |
| Octal | 67 | 16 | 61 | 0 | 113 | 13 | 116 | 465 | 73 | 16 |
| Binary | 110111 | 1110 | 110001 | 0 | 1001011 | 1011 | 1001110 | 100110101 | 111011 | 1110 |
Color Harmonies of #370E31
Complementary color
Monochromatic Colors of #370E31
Black with #370E31
Text Example
Text Example
White with #370E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E31; }
p { color: rgb(55,14,49); }
H1.HeaderClassName
{
color: #370E31;
}
.AnyTagClassName
{
color: #370E31;
}
</style>
background-color css
<style>
a { background-color: #370E31; }
a { background-color: rgb(55,14,49); }
div.DivClassName
{
background-color: #370E31;
}
.BgClassName
{
background-color: #370E31;
}
</style>
border-color css
<style>
span { border-color: #370E31; }
span { border-color: rgb(55,14,49); }
td.TdClassName
{
border-color: #370E31;
}
.TagClassName
{
border-color: #370E31;
}
</style>