Shades of Mardi Gras #371D3D
Tints of Mardi Gras #371D3D
RGB
CMYK
RGB Variations
Color information
#371D3D (or 0x371D3D) is known color: Mardi Gras. HEX triplet: 37, 1D and 3D. RGB value is (55,29,61). Sum of RGB (Red+Green+Blue) = 55+29+61=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #371D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D3D is #C8E2C2. Grayscale: #282828. Windows color (decimal): -13165251 or 4005175. OLE color: 4005175.
HSL color Cylindrical-coordinate representation of color #371D3D: hue angle of 288.75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #371D3D is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 29 | 61 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.76 |
| HSL | 288.75º | 0.36% | 0.18% | - |
| HSV(B) | 288.75º | 0.52% | 0.24% | - |
| XYZ | 2.86 | 2.03 | 4.66 | - |
| YUV | 40.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 61 | 0.10 | 0.52 | 0 | 0.76 | 288.75 | 0.36 | 0.18 |
| Hex | 37 | 1D | 3D | A | 34 | 0 | 4C | 121 | 24 | 12 |
| Octal | 67 | 35 | 75 | 12 | 64 | 0 | 114 | 441 | 44 | 22 |
| Binary | 110111 | 11101 | 111101 | 1010 | 110100 | 0 | 1001100 | 100100001 | 100100 | 10010 |
Color Harmonies of #371D3D
Complementary color
Monochromatic Colors of #371D3D
Black with #371D3D
Text Example
Text Example
White with #371D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D3D; }
p { color: rgb(55,29,61); }
H1.HeaderClassName
{
color: #371D3D;
}
.AnyTagClassName
{
color: #371D3D;
}
</style>
background-color css
<style>
a { background-color: #371D3D; }
a { background-color: rgb(55,29,61); }
div.DivClassName
{
background-color: #371D3D;
}
.BgClassName
{
background-color: #371D3D;
}
</style>
border-color css
<style>
span { border-color: #371D3D; }
span { border-color: rgb(55,29,61); }
td.TdClassName
{
border-color: #371D3D;
}
.TagClassName
{
border-color: #371D3D;
}
</style>