Shades of Mardi Gras #370C31
Tints of Mardi Gras #370C31
RGB
CMYK
RGB Variations
Color information
#370C31 (or 0x370C31) is known color: Mardi Gras. HEX triplet: 37, 0C and 31. RGB value is (55,12,49). Sum of RGB (Red+Green+Blue) = 55+12+49=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #370C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C31 is #C8F3CE. Grayscale: #1C1C1C. Windows color (decimal): -13169615 or 3214391. OLE color: 3214391.
HSL color Cylindrical-coordinate representation of color #370C31: hue angle of 308.37º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C31 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 49 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.78 |
| HSL | 308.37º | 0.64% | 0.13% | - |
| HSV(B) | 308.37º | 0.78% | 0.22% | - |
| XYZ | 2.26 | 1.3 | 3.04 | - |
| YUV | 29.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 49 | 0 | 0.78 | 0.11 | 0.78 | 308.37 | 0.64 | 0.13 |
| Hex | 37 | C | 31 | 0 | 4E | B | 4E | 134 | 40 | D |
| Octal | 67 | 14 | 61 | 0 | 116 | 13 | 116 | 464 | 100 | 15 |
| Binary | 110111 | 1100 | 110001 | 0 | 1001110 | 1011 | 1001110 | 100110100 | 1000000 | 1101 |
Color Harmonies of #370C31
Complementary color
Monochromatic Colors of #370C31
Black with #370C31
Text Example
Text Example
White with #370C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C31; }
p { color: rgb(55,12,49); }
H1.HeaderClassName
{
color: #370C31;
}
.AnyTagClassName
{
color: #370C31;
}
</style>
background-color css
<style>
a { background-color: #370C31; }
a { background-color: rgb(55,12,49); }
div.DivClassName
{
background-color: #370C31;
}
.BgClassName
{
background-color: #370C31;
}
</style>
border-color css
<style>
span { border-color: #370C31; }
span { border-color: rgb(55,12,49); }
td.TdClassName
{
border-color: #370C31;
}
.TagClassName
{
border-color: #370C31;
}
</style>