Shades of Mardi Gras #371E36
Tints of Mardi Gras #371E36
RGB
CMYK
RGB Variations
Color information
#371E36 (or 0x371E36) is known color: Mardi Gras. HEX triplet: 37, 1E and 36. RGB value is (55,30,54). Sum of RGB (Red+Green+Blue) = 55+30+54=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #371E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E36 is #C8E1C9. Grayscale: #282828. Windows color (decimal): -13165002 or 3546679. OLE color: 3546679.
HSL color Cylindrical-coordinate representation of color #371E36: hue angle of 302.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E36 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 30 | 54 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.78 |
| HSL | 302.4º | 0.29% | 0.17% | - |
| HSV(B) | 302.4º | 0.45% | 0.22% | - |
| XYZ | 2.71 | 2.01 | 3.73 | - |
| YUV | 40.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 54 | 0 | 0.45 | 0.02 | 0.78 | 302.4 | 0.29 | 0.17 |
| Hex | 37 | 1E | 36 | 0 | 2D | 2 | 4E | 12E | 1D | 11 |
| Octal | 67 | 36 | 66 | 0 | 55 | 2 | 116 | 456 | 35 | 21 |
| Binary | 110111 | 11110 | 110110 | 0 | 101101 | 10 | 1001110 | 100101110 | 11101 | 10001 |
Color Harmonies of #371E36
Complementary color
Monochromatic Colors of #371E36
Black with #371E36
Text Example
Text Example
White with #371E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E36; }
p { color: rgb(55,30,54); }
H1.HeaderClassName
{
color: #371E36;
}
.AnyTagClassName
{
color: #371E36;
}
</style>
background-color css
<style>
a { background-color: #371E36; }
a { background-color: rgb(55,30,54); }
div.DivClassName
{
background-color: #371E36;
}
.BgClassName
{
background-color: #371E36;
}
</style>
border-color css
<style>
span { border-color: #371E36; }
span { border-color: rgb(55,30,54); }
td.TdClassName
{
border-color: #371E36;
}
.TagClassName
{
border-color: #371E36;
}
</style>