Shades of Mardi Gras #370D38
Tints of Mardi Gras #370D38
RGB
CMYK
RGB Variations
Color information
#370D38 (or 0x370D38) is known color: Mardi Gras. HEX triplet: 37, 0D and 38. RGB value is (55,13,56). Sum of RGB (Red+Green+Blue) = 55+13+56=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #370D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D38 is #C8F2C7. Grayscale: #1E1E1E. Windows color (decimal): -13169352 or 3673399. OLE color: 3673399.
HSL color Cylindrical-coordinate representation of color #370D38: hue angle of 298.6º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #370D38 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 56 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.78 |
| HSL | 298.6º | 0.62% | 0.14% | - |
| HSV(B) | 298.6º | 0.77% | 0.22% | - |
| XYZ | 2.43 | 1.39 | 3.88 | - |
| YUV | 30.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 56 | 0.02 | 0.77 | 0 | 0.78 | 298.6 | 0.62 | 0.14 |
| Hex | 37 | D | 38 | 2 | 4D | 0 | 4E | 12B | 3E | E |
| Octal | 67 | 15 | 70 | 2 | 115 | 0 | 116 | 453 | 76 | 16 |
| Binary | 110111 | 1101 | 111000 | 10 | 1001101 | 0 | 1001110 | 100101011 | 111110 | 1110 |
Color Harmonies of #370D38
Complementary color
Monochromatic Colors of #370D38
Black with #370D38
Text Example
Text Example
White with #370D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D38; }
p { color: rgb(55,13,56); }
H1.HeaderClassName
{
color: #370D38;
}
.AnyTagClassName
{
color: #370D38;
}
</style>
background-color css
<style>
a { background-color: #370D38; }
a { background-color: rgb(55,13,56); }
div.DivClassName
{
background-color: #370D38;
}
.BgClassName
{
background-color: #370D38;
}
</style>
border-color css
<style>
span { border-color: #370D38; }
span { border-color: rgb(55,13,56); }
td.TdClassName
{
border-color: #370D38;
}
.TagClassName
{
border-color: #370D38;
}
</style>