Shades of Mardi Gras #370E38
Tints of Mardi Gras #370E38
RGB
CMYK
RGB Variations
Color information
#370E38 (or 0x370E38) is known color: Mardi Gras. HEX triplet: 37, 0E and 38. RGB value is (55,14,56). Sum of RGB (Red+Green+Blue) = 55+14+56=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #370E38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E38 is #C8F1C7. Grayscale: #1E1E1E. Windows color (decimal): -13169096 or 3673655. OLE color: 3673655.
HSL color Cylindrical-coordinate representation of color #370E38: hue angle of 298.57º degrees, saturation: 0.6, 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 #370E38 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 56 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.78 |
| HSL | 298.57º | 0.6% | 0.14% | - |
| HSV(B) | 298.57º | 0.75% | 0.22% | - |
| XYZ | 2.45 | 1.41 | 3.88 | - |
| YUV | 31.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 56 | 0.02 | 0.75 | 0 | 0.78 | 298.57 | 0.6 | 0.14 |
| Hex | 37 | E | 38 | 2 | 4B | 0 | 4E | 12B | 3C | E |
| Octal | 67 | 16 | 70 | 2 | 113 | 0 | 116 | 453 | 74 | 16 |
| Binary | 110111 | 1110 | 111000 | 10 | 1001011 | 0 | 1001110 | 100101011 | 111100 | 1110 |
Color Harmonies of #370E38
Complementary color
Monochromatic Colors of #370E38
Black with #370E38
Text Example
Text Example
White with #370E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E38; }
p { color: rgb(55,14,56); }
H1.HeaderClassName
{
color: #370E38;
}
.AnyTagClassName
{
color: #370E38;
}
</style>
background-color css
<style>
a { background-color: #370E38; }
a { background-color: rgb(55,14,56); }
div.DivClassName
{
background-color: #370E38;
}
.BgClassName
{
background-color: #370E38;
}
</style>
border-color css
<style>
span { border-color: #370E38; }
span { border-color: rgb(55,14,56); }
td.TdClassName
{
border-color: #370E38;
}
.TagClassName
{
border-color: #370E38;
}
</style>