Shades of Mardi Gras #370A36
Tints of Mardi Gras #370A36
RGB
CMYK
RGB Variations
Color information
#370A36 (or 0x370A36) is known color: Mardi Gras. HEX triplet: 37, 0A and 36. RGB value is (55,10,54). Sum of RGB (Red+Green+Blue) = 55+10+54=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #370A36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A36 is #C8F5C9. Grayscale: #1C1C1C. Windows color (decimal): -13170122 or 3541559. OLE color: 3541559.
HSL color Cylindrical-coordinate representation of color #370A36: hue angle of 301.33º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A36 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 54 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.78 |
| HSL | 301.33º | 0.69% | 0.13% | - |
| HSV(B) | 301.33º | 0.82% | 0.22% | - |
| XYZ | 2.35 | 1.3 | 3.62 | - |
| YUV | 28.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 54 | 0 | 0.82 | 0.02 | 0.78 | 301.33 | 0.69 | 0.13 |
| Hex | 37 | A | 36 | 0 | 52 | 2 | 4E | 12D | 45 | D |
| Octal | 67 | 12 | 66 | 0 | 122 | 2 | 116 | 455 | 105 | 15 |
| Binary | 110111 | 1010 | 110110 | 0 | 1010010 | 10 | 1001110 | 100101101 | 1000101 | 1101 |
Color Harmonies of #370A36
Complementary color
Monochromatic Colors of #370A36
Black with #370A36
Text Example
Text Example
White with #370A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A36; }
p { color: rgb(55,10,54); }
H1.HeaderClassName
{
color: #370A36;
}
.AnyTagClassName
{
color: #370A36;
}
</style>
background-color css
<style>
a { background-color: #370A36; }
a { background-color: rgb(55,10,54); }
div.DivClassName
{
background-color: #370A36;
}
.BgClassName
{
background-color: #370A36;
}
</style>
border-color css
<style>
span { border-color: #370A36; }
span { border-color: rgb(55,10,54); }
td.TdClassName
{
border-color: #370A36;
}
.TagClassName
{
border-color: #370A36;
}
</style>