Shades of Mardi Gras #370B31
Tints of Mardi Gras #370B31
RGB
CMYK
RGB Variations
Color information
#370B31 (or 0x370B31) is known color: Mardi Gras. HEX triplet: 37, 0B and 31. RGB value is (55,11,49). Sum of RGB (Red+Green+Blue) = 55+11+49=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #370B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B31 is #C8F4CE. Grayscale: #1C1C1C. Windows color (decimal): -13169871 or 3214135. OLE color: 3214135.
HSL color Cylindrical-coordinate representation of color #370B31: hue angle of 308.18º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B31 is Cyan = 0, Magento = 0.8, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 49 | - |
| CMYK | 0 | 0.8 | 0.11 | 0.78 |
| HSL | 308.18º | 0.67% | 0.13% | - |
| HSV(B) | 308.18º | 0.8% | 0.22% | - |
| XYZ | 2.25 | 1.27 | 3.03 | - |
| YUV | 28.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 49 | 0 | 0.8 | 0.11 | 0.78 | 308.18 | 0.67 | 0.13 |
| Hex | 37 | B | 31 | 0 | 50 | B | 4E | 134 | 43 | D |
| Octal | 67 | 13 | 61 | 0 | 120 | 13 | 116 | 464 | 103 | 15 |
| Binary | 110111 | 1011 | 110001 | 0 | 1010000 | 1011 | 1001110 | 100110100 | 1000011 | 1101 |
Color Harmonies of #370B31
Complementary color
Monochromatic Colors of #370B31
Black with #370B31
Text Example
Text Example
White with #370B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B31; }
p { color: rgb(55,11,49); }
H1.HeaderClassName
{
color: #370B31;
}
.AnyTagClassName
{
color: #370B31;
}
</style>
background-color css
<style>
a { background-color: #370B31; }
a { background-color: rgb(55,11,49); }
div.DivClassName
{
background-color: #370B31;
}
.BgClassName
{
background-color: #370B31;
}
</style>
border-color css
<style>
span { border-color: #370B31; }
span { border-color: rgb(55,11,49); }
td.TdClassName
{
border-color: #370B31;
}
.TagClassName
{
border-color: #370B31;
}
</style>