Shades of Mardi Gras #370B34
Tints of Mardi Gras #370B34
RGB
CMYK
RGB Variations
Color information
#370B34 (or 0x370B34) is known color: Mardi Gras. HEX triplet: 37, 0B and 34. RGB value is (55,11,52). Sum of RGB (Red+Green+Blue) = 55+11+52=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #370B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B34 is #C8F4CB. Grayscale: #1C1C1C. Windows color (decimal): -13169868 or 3410743. OLE color: 3410743.
HSL color Cylindrical-coordinate representation of color #370B34: hue angle of 304.09º 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 #370B34 is Cyan = 0, Magento = 0.8, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 52 | - |
| CMYK | 0 | 0.8 | 0.05 | 0.78 |
| HSL | 304.09º | 0.67% | 0.13% | - |
| HSV(B) | 304.09º | 0.8% | 0.22% | - |
| XYZ | 2.32 | 1.3 | 3.38 | - |
| YUV | 28.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 52 | 0 | 0.8 | 0.05 | 0.78 | 304.09 | 0.67 | 0.13 |
| Hex | 37 | B | 34 | 0 | 50 | 5 | 4E | 130 | 43 | D |
| Octal | 67 | 13 | 64 | 0 | 120 | 5 | 116 | 460 | 103 | 15 |
| Binary | 110111 | 1011 | 110100 | 0 | 1010000 | 101 | 1001110 | 100110000 | 1000011 | 1101 |
Color Harmonies of #370B34
Complementary color
Monochromatic Colors of #370B34
Black with #370B34
Text Example
Text Example
White with #370B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B34; }
p { color: rgb(55,11,52); }
H1.HeaderClassName
{
color: #370B34;
}
.AnyTagClassName
{
color: #370B34;
}
</style>
background-color css
<style>
a { background-color: #370B34; }
a { background-color: rgb(55,11,52); }
div.DivClassName
{
background-color: #370B34;
}
.BgClassName
{
background-color: #370B34;
}
</style>
border-color css
<style>
span { border-color: #370B34; }
span { border-color: rgb(55,11,52); }
td.TdClassName
{
border-color: #370B34;
}
.TagClassName
{
border-color: #370B34;
}
</style>