Shades of Mardi Gras #371932
Tints of Mardi Gras #371932
RGB
CMYK
RGB Variations
Color information
#371932 (or 0x371932) is known color: Mardi Gras. HEX triplet: 37, 19 and 32. RGB value is (55,25,50). Sum of RGB (Red+Green+Blue) = 55+25+50=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #371932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371932 is #C8E6CD. Grayscale: #242424. Windows color (decimal): -13166286 or 3283255. OLE color: 3283255.
HSL color Cylindrical-coordinate representation of color #371932: hue angle of 310º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #371932 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 50 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.78 |
| HSL | 310º | 0.38% | 0.16% | - |
| HSV(B) | 310º | 0.55% | 0.22% | - |
| XYZ | 2.5 | 1.74 | 3.22 | - |
| YUV | 36.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 50 | 0 | 0.55 | 0.09 | 0.78 | 310 | 0.38 | 0.16 |
| Hex | 37 | 19 | 32 | 0 | 37 | 9 | 4E | 136 | 26 | 10 |
| Octal | 67 | 31 | 62 | 0 | 67 | 11 | 116 | 466 | 46 | 20 |
| Binary | 110111 | 11001 | 110010 | 0 | 110111 | 1001 | 1001110 | 100110110 | 100110 | 10000 |
Color Harmonies of #371932
Complementary color
Monochromatic Colors of #371932
Black with #371932
Text Example
Text Example
White with #371932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371932; }
p { color: rgb(55,25,50); }
H1.HeaderClassName
{
color: #371932;
}
.AnyTagClassName
{
color: #371932;
}
</style>
background-color css
<style>
a { background-color: #371932; }
a { background-color: rgb(55,25,50); }
div.DivClassName
{
background-color: #371932;
}
.BgClassName
{
background-color: #371932;
}
</style>
border-color css
<style>
span { border-color: #371932; }
span { border-color: rgb(55,25,50); }
td.TdClassName
{
border-color: #371932;
}
.TagClassName
{
border-color: #371932;
}
</style>