Shades of Mardi Gras #370B2F
Tints of Mardi Gras #370B2F
RGB
CMYK
RGB Variations
Color information
#370B2F (or 0x370B2F) is known color: Mardi Gras. HEX triplet: 37, 0B and 2F. RGB value is (55,11,47). Sum of RGB (Red+Green+Blue) = 55+11+47=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #370B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B2F is #C8F4D0. Grayscale: #1C1C1C. Windows color (decimal): -13169873 or 3083063. OLE color: 3083063.
HSL color Cylindrical-coordinate representation of color #370B2F: hue angle of 310.91º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B2F is Cyan = 0, Magento = 0.8, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 47 | - |
| CMYK | 0 | 0.8 | 0.15 | 0.78 |
| HSL | 310.91º | 0.67% | 0.13% | - |
| HSV(B) | 310.91º | 0.8% | 0.22% | - |
| XYZ | 2.21 | 1.26 | 2.82 | - |
| YUV | 28.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 47 | 0 | 0.8 | 0.15 | 0.78 | 310.91 | 0.67 | 0.13 |
| Hex | 37 | B | 2F | 0 | 50 | F | 4E | 137 | 43 | D |
| Octal | 67 | 13 | 57 | 0 | 120 | 17 | 116 | 467 | 103 | 15 |
| Binary | 110111 | 1011 | 101111 | 0 | 1010000 | 1111 | 1001110 | 100110111 | 1000011 | 1101 |
Color Harmonies of #370B2F
Complementary color
Monochromatic Colors of #370B2F
Black with #370B2F
Text Example
Text Example
White with #370B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B2F; }
p { color: rgb(55,11,47); }
H1.HeaderClassName
{
color: #370B2F;
}
.AnyTagClassName
{
color: #370B2F;
}
</style>
background-color css
<style>
a { background-color: #370B2F; }
a { background-color: rgb(55,11,47); }
div.DivClassName
{
background-color: #370B2F;
}
.BgClassName
{
background-color: #370B2F;
}
</style>
border-color css
<style>
span { border-color: #370B2F; }
span { border-color: rgb(55,11,47); }
td.TdClassName
{
border-color: #370B2F;
}
.TagClassName
{
border-color: #370B2F;
}
</style>