Shades of Mardi Gras #370A31
Tints of Mardi Gras #370A31
RGB
CMYK
RGB Variations
Color information
#370A31 (or 0x370A31) is known color: Mardi Gras. HEX triplet: 37, 0A and 31. RGB value is (55,10,49). Sum of RGB (Red+Green+Blue) = 55+10+49=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #370A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A31 is #C8F5CE. Grayscale: #1B1B1B. Windows color (decimal): -13170127 or 3213879. OLE color: 3213879.
HSL color Cylindrical-coordinate representation of color #370A31: hue angle of 308º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A31 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 49 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.78 |
| HSL | 308º | 0.69% | 0.13% | - |
| HSV(B) | 308º | 0.82% | 0.22% | - |
| XYZ | 2.24 | 1.25 | 3.03 | - |
| YUV | 27.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 49 | 0 | 0.82 | 0.11 | 0.78 | 308 | 0.69 | 0.13 |
| Hex | 37 | A | 31 | 0 | 52 | B | 4E | 134 | 45 | D |
| Octal | 67 | 12 | 61 | 0 | 122 | 13 | 116 | 464 | 105 | 15 |
| Binary | 110111 | 1010 | 110001 | 0 | 1010010 | 1011 | 1001110 | 100110100 | 1000101 | 1101 |
Color Harmonies of #370A31
Complementary color
Monochromatic Colors of #370A31
Black with #370A31
Text Example
Text Example
White with #370A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A31; }
p { color: rgb(55,10,49); }
H1.HeaderClassName
{
color: #370A31;
}
.AnyTagClassName
{
color: #370A31;
}
</style>
background-color css
<style>
a { background-color: #370A31; }
a { background-color: rgb(55,10,49); }
div.DivClassName
{
background-color: #370A31;
}
.BgClassName
{
background-color: #370A31;
}
</style>
border-color css
<style>
span { border-color: #370A31; }
span { border-color: rgb(55,10,49); }
td.TdClassName
{
border-color: #370A31;
}
.TagClassName
{
border-color: #370A31;
}
</style>