Shades of Mardi Gras #370B38
Tints of Mardi Gras #370B38
RGB
CMYK
RGB Variations
Color information
#370B38 (or 0x370B38) is known color: Mardi Gras. HEX triplet: 37, 0B and 38. RGB value is (55,11,56). Sum of RGB (Red+Green+Blue) = 55+11+56=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #370B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B38 is #C8F4C7. Grayscale: #1D1D1D. Windows color (decimal): -13169864 or 3672887. OLE color: 3672887.
HSL color Cylindrical-coordinate representation of color #370B38: hue angle of 298.67º 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 #370B38 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 56 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.78 |
| HSL | 298.67º | 0.67% | 0.13% | - |
| HSV(B) | 298.67º | 0.8% | 0.22% | - |
| XYZ | 2.41 | 1.34 | 3.87 | - |
| YUV | 29.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 56 | 0.02 | 0.80 | 0 | 0.78 | 298.67 | 0.67 | 0.13 |
| Hex | 37 | B | 38 | 2 | 50 | 0 | 4E | 12B | 43 | D |
| Octal | 67 | 13 | 70 | 2 | 120 | 0 | 116 | 453 | 103 | 15 |
| Binary | 110111 | 1011 | 111000 | 10 | 1010000 | 0 | 1001110 | 100101011 | 1000011 | 1101 |
Color Harmonies of #370B38
Complementary color
Monochromatic Colors of #370B38
Black with #370B38
Text Example
Text Example
White with #370B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B38; }
p { color: rgb(55,11,56); }
H1.HeaderClassName
{
color: #370B38;
}
.AnyTagClassName
{
color: #370B38;
}
</style>
background-color css
<style>
a { background-color: #370B38; }
a { background-color: rgb(55,11,56); }
div.DivClassName
{
background-color: #370B38;
}
.BgClassName
{
background-color: #370B38;
}
</style>
border-color css
<style>
span { border-color: #370B38; }
span { border-color: rgb(55,11,56); }
td.TdClassName
{
border-color: #370B38;
}
.TagClassName
{
border-color: #370B38;
}
</style>