Shades of Mardi Gras #370E34
Tints of Mardi Gras #370E34
RGB
CMYK
RGB Variations
Color information
#370E34 (or 0x370E34) is known color: Mardi Gras. HEX triplet: 37, 0E and 34. RGB value is (55,14,52). Sum of RGB (Red+Green+Blue) = 55+14+52=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #370E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E34 is #C8F1CB. Grayscale: #1E1E1E. Windows color (decimal): -13169100 or 3411511. OLE color: 3411511.
HSL color Cylindrical-coordinate representation of color #370E34: hue angle of 304.39º 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 #370E34 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 52 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.78 |
| HSL | 304.39º | 0.59% | 0.14% | - |
| HSV(B) | 304.39º | 0.75% | 0.22% | - |
| XYZ | 2.35 | 1.37 | 3.39 | - |
| YUV | 30.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 52 | 0 | 0.75 | 0.05 | 0.78 | 304.39 | 0.59 | 0.14 |
| Hex | 37 | E | 34 | 0 | 4B | 5 | 4E | 130 | 3B | E |
| Octal | 67 | 16 | 64 | 0 | 113 | 5 | 116 | 460 | 73 | 16 |
| Binary | 110111 | 1110 | 110100 | 0 | 1001011 | 101 | 1001110 | 100110000 | 111011 | 1110 |
Color Harmonies of #370E34
Complementary color
Monochromatic Colors of #370E34
Black with #370E34
Text Example
Text Example
White with #370E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E34; }
p { color: rgb(55,14,52); }
H1.HeaderClassName
{
color: #370E34;
}
.AnyTagClassName
{
color: #370E34;
}
</style>
background-color css
<style>
a { background-color: #370E34; }
a { background-color: rgb(55,14,52); }
div.DivClassName
{
background-color: #370E34;
}
.BgClassName
{
background-color: #370E34;
}
</style>
border-color css
<style>
span { border-color: #370E34; }
span { border-color: rgb(55,14,52); }
td.TdClassName
{
border-color: #370E34;
}
.TagClassName
{
border-color: #370E34;
}
</style>