Shades of Mardi Gras #370E3D
Tints of Mardi Gras #370E3D
RGB
CMYK
RGB Variations
Color information
#370E3D (or 0x370E3D) is known color: Mardi Gras. HEX triplet: 37, 0E and 3D. RGB value is (55,14,61). Sum of RGB (Red+Green+Blue) = 55+14+61=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #370E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E3D is #C8F1C2. Grayscale: #1F1F1F. Windows color (decimal): -13169091 or 4001335. OLE color: 4001335.
HSL color Cylindrical-coordinate representation of color #370E3D: hue angle of 292.34º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #370E3D is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 14 | 61 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.76 |
| HSL | 292.34º | 0.63% | 0.15% | - |
| HSV(B) | 292.34º | 0.77% | 0.24% | - |
| XYZ | 2.57 | 1.46 | 4.56 | - |
| YUV | 31.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 61 | 0.10 | 0.77 | 0 | 0.76 | 292.34 | 0.63 | 0.15 |
| Hex | 37 | E | 3D | A | 4D | 0 | 4C | 124 | 3F | F |
| Octal | 67 | 16 | 75 | 12 | 115 | 0 | 114 | 444 | 77 | 17 |
| Binary | 110111 | 1110 | 111101 | 1010 | 1001101 | 0 | 1001100 | 100100100 | 111111 | 1111 |
Color Harmonies of #370E3D
Complementary color
Monochromatic Colors of #370E3D
Black with #370E3D
Text Example
Text Example
White with #370E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E3D; }
p { color: rgb(55,14,61); }
H1.HeaderClassName
{
color: #370E3D;
}
.AnyTagClassName
{
color: #370E3D;
}
</style>
background-color css
<style>
a { background-color: #370E3D; }
a { background-color: rgb(55,14,61); }
div.DivClassName
{
background-color: #370E3D;
}
.BgClassName
{
background-color: #370E3D;
}
</style>
border-color css
<style>
span { border-color: #370E3D; }
span { border-color: rgb(55,14,61); }
td.TdClassName
{
border-color: #370E3D;
}
.TagClassName
{
border-color: #370E3D;
}
</style>