Shades of Mardi Gras #370D33
Tints of Mardi Gras #370D33
RGB
CMYK
RGB Variations
Color information
#370D33 (or 0x370D33) is known color: Mardi Gras. HEX triplet: 37, 0D and 33. RGB value is (55,13,51). Sum of RGB (Red+Green+Blue) = 55+13+51=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #370D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D33 is #C8F2CC. Grayscale: #1D1D1D. Windows color (decimal): -13169357 or 3345719. OLE color: 3345719.
HSL color Cylindrical-coordinate representation of color #370D33: hue angle of 305.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D33 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 51 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.78 |
| HSL | 305.71º | 0.62% | 0.13% | - |
| HSV(B) | 305.71º | 0.76% | 0.22% | - |
| XYZ | 2.32 | 1.34 | 3.27 | - |
| YUV | 29.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 51 | 0 | 0.76 | 0.07 | 0.78 | 305.71 | 0.62 | 0.13 |
| Hex | 37 | D | 33 | 0 | 4C | 7 | 4E | 132 | 3E | D |
| Octal | 67 | 15 | 63 | 0 | 114 | 7 | 116 | 462 | 76 | 15 |
| Binary | 110111 | 1101 | 110011 | 0 | 1001100 | 111 | 1001110 | 100110010 | 111110 | 1101 |
Color Harmonies of #370D33
Complementary color
Monochromatic Colors of #370D33
Black with #370D33
Text Example
Text Example
White with #370D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D33; }
p { color: rgb(55,13,51); }
H1.HeaderClassName
{
color: #370D33;
}
.AnyTagClassName
{
color: #370D33;
}
</style>
background-color css
<style>
a { background-color: #370D33; }
a { background-color: rgb(55,13,51); }
div.DivClassName
{
background-color: #370D33;
}
.BgClassName
{
background-color: #370D33;
}
</style>
border-color css
<style>
span { border-color: #370D33; }
span { border-color: rgb(55,13,51); }
td.TdClassName
{
border-color: #370D33;
}
.TagClassName
{
border-color: #370D33;
}
</style>