Shades of Mardi Gras #371C3D
Tints of Mardi Gras #371C3D
RGB
CMYK
RGB Variations
Color information
#371C3D (or 0x371C3D) is known color: Mardi Gras. HEX triplet: 37, 1C and 3D. RGB value is (55,28,61). Sum of RGB (Red+Green+Blue) = 55+28+61=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #371C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C3D is #C8E3C2. Grayscale: #272727. Windows color (decimal): -13165507 or 4004919. OLE color: 4004919.
HSL color Cylindrical-coordinate representation of color #371C3D: hue angle of 289.09º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #371C3D is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 28 | 61 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.76 |
| HSL | 289.09º | 0.37% | 0.17% | - |
| HSV(B) | 289.09º | 0.54% | 0.24% | - |
| XYZ | 2.83 | 1.98 | 4.65 | - |
| YUV | 39.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 61 | 0.10 | 0.54 | 0 | 0.76 | 289.09 | 0.37 | 0.17 |
| Hex | 37 | 1C | 3D | A | 36 | 0 | 4C | 121 | 25 | 11 |
| Octal | 67 | 34 | 75 | 12 | 66 | 0 | 114 | 441 | 45 | 21 |
| Binary | 110111 | 11100 | 111101 | 1010 | 110110 | 0 | 1001100 | 100100001 | 100101 | 10001 |
Color Harmonies of #371C3D
Complementary color
Monochromatic Colors of #371C3D
Black with #371C3D
Text Example
Text Example
White with #371C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C3D; }
p { color: rgb(55,28,61); }
H1.HeaderClassName
{
color: #371C3D;
}
.AnyTagClassName
{
color: #371C3D;
}
</style>
background-color css
<style>
a { background-color: #371C3D; }
a { background-color: rgb(55,28,61); }
div.DivClassName
{
background-color: #371C3D;
}
.BgClassName
{
background-color: #371C3D;
}
</style>
border-color css
<style>
span { border-color: #371C3D; }
span { border-color: rgb(55,28,61); }
td.TdClassName
{
border-color: #371C3D;
}
.TagClassName
{
border-color: #371C3D;
}
</style>