Shades of Mardi Gras #371D38
Tints of Mardi Gras #371D38
RGB
CMYK
RGB Variations
Color information
#371D38 (or 0x371D38) is known color: Mardi Gras. HEX triplet: 37, 1D and 38. RGB value is (55,29,56). Sum of RGB (Red+Green+Blue) = 55+29+56=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 56 - color contains mainly: blue. Hex color #371D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D38 is #C8E2C7. Grayscale: #272727. Windows color (decimal): -13165256 or 3677495. OLE color: 3677495.
HSL color Cylindrical-coordinate representation of color #371D38: hue angle of 297.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #371D38 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 56 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.78 |
| HSL | 297.78º | 0.32% | 0.17% | - |
| HSV(B) | 297.78º | 0.48% | 0.22% | - |
| XYZ | 2.73 | 1.98 | 3.98 | - |
| YUV | 39.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 56 | 0.02 | 0.48 | 0 | 0.78 | 297.78 | 0.32 | 0.17 |
| Hex | 37 | 1D | 38 | 2 | 30 | 0 | 4E | 12A | 20 | 11 |
| Octal | 67 | 35 | 70 | 2 | 60 | 0 | 116 | 452 | 40 | 21 |
| Binary | 110111 | 11101 | 111000 | 10 | 110000 | 0 | 1001110 | 100101010 | 100000 | 10001 |
Color Harmonies of #371D38
Complementary color
Monochromatic Colors of #371D38
Black with #371D38
Text Example
Text Example
White with #371D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D38; }
p { color: rgb(55,29,56); }
H1.HeaderClassName
{
color: #371D38;
}
.AnyTagClassName
{
color: #371D38;
}
</style>
background-color css
<style>
a { background-color: #371D38; }
a { background-color: rgb(55,29,56); }
div.DivClassName
{
background-color: #371D38;
}
.BgClassName
{
background-color: #371D38;
}
</style>
border-color css
<style>
span { border-color: #371D38; }
span { border-color: rgb(55,29,56); }
td.TdClassName
{
border-color: #371D38;
}
.TagClassName
{
border-color: #371D38;
}
</style>