Shades of Mardi Gras #370E2F
Tints of Mardi Gras #370E2F
RGB
CMYK
RGB Variations
Color information
#370E2F (or 0x370E2F) is known color: Mardi Gras. HEX triplet: 37, 0E and 2F. RGB value is (55,14,47). Sum of RGB (Red+Green+Blue) = 55+14+47=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #370E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E2F is #C8F1D0. Grayscale: #1D1D1D. Windows color (decimal): -13169105 or 3083831. OLE color: 3083831.
HSL color Cylindrical-coordinate representation of color #370E2F: hue angle of 311.71º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E2F is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 47 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.78 |
| HSL | 311.71º | 0.59% | 0.14% | - |
| HSV(B) | 311.71º | 0.75% | 0.22% | - |
| XYZ | 2.25 | 1.33 | 2.83 | - |
| YUV | 30.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 47 | 0 | 0.75 | 0.15 | 0.78 | 311.71 | 0.59 | 0.14 |
| Hex | 37 | E | 2F | 0 | 4B | F | 4E | 138 | 3B | E |
| Octal | 67 | 16 | 57 | 0 | 113 | 17 | 116 | 470 | 73 | 16 |
| Binary | 110111 | 1110 | 101111 | 0 | 1001011 | 1111 | 1001110 | 100111000 | 111011 | 1110 |
Color Harmonies of #370E2F
Complementary color
Monochromatic Colors of #370E2F
Black with #370E2F
Text Example
Text Example
White with #370E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E2F; }
p { color: rgb(55,14,47); }
H1.HeaderClassName
{
color: #370E2F;
}
.AnyTagClassName
{
color: #370E2F;
}
</style>
background-color css
<style>
a { background-color: #370E2F; }
a { background-color: rgb(55,14,47); }
div.DivClassName
{
background-color: #370E2F;
}
.BgClassName
{
background-color: #370E2F;
}
</style>
border-color css
<style>
span { border-color: #370E2F; }
span { border-color: rgb(55,14,47); }
td.TdClassName
{
border-color: #370E2F;
}
.TagClassName
{
border-color: #370E2F;
}
</style>