Shades of Mardi Gras #370E33
Tints of Mardi Gras #370E33
RGB
CMYK
RGB Variations
Color information
#370E33 (or 0x370E33) is known color: Mardi Gras. HEX triplet: 37, 0E and 33. RGB value is (55,14,51). Sum of RGB (Red+Green+Blue) = 55+14+51=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #370E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E33 is #C8F1CC. Grayscale: #1E1E1E. Windows color (decimal): -13169101 or 3345975. OLE color: 3345975.
HSL color Cylindrical-coordinate representation of color #370E33: hue angle of 305.85º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E33 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 51 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.78 |
| HSL | 305.85º | 0.59% | 0.14% | - |
| HSV(B) | 305.85º | 0.75% | 0.22% | - |
| XYZ | 2.33 | 1.37 | 3.27 | - |
| YUV | 30.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 51 | 0 | 0.75 | 0.07 | 0.78 | 305.85 | 0.59 | 0.14 |
| Hex | 37 | E | 33 | 0 | 4B | 7 | 4E | 132 | 3B | E |
| Octal | 67 | 16 | 63 | 0 | 113 | 7 | 116 | 462 | 73 | 16 |
| Binary | 110111 | 1110 | 110011 | 0 | 1001011 | 111 | 1001110 | 100110010 | 111011 | 1110 |
Color Harmonies of #370E33
Complementary color
Monochromatic Colors of #370E33
Black with #370E33
Text Example
Text Example
White with #370E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E33; }
p { color: rgb(55,14,51); }
H1.HeaderClassName
{
color: #370E33;
}
.AnyTagClassName
{
color: #370E33;
}
</style>
background-color css
<style>
a { background-color: #370E33; }
a { background-color: rgb(55,14,51); }
div.DivClassName
{
background-color: #370E33;
}
.BgClassName
{
background-color: #370E33;
}
</style>
border-color css
<style>
span { border-color: #370E33; }
span { border-color: rgb(55,14,51); }
td.TdClassName
{
border-color: #370E33;
}
.TagClassName
{
border-color: #370E33;
}
</style>