Shades of Mardi Gras #370235
Tints of Mardi Gras #370235
RGB
CMYK
RGB Variations
Color information
#370235 (or 0x370235) is known color: Mardi Gras. HEX triplet: 37, 02 and 35. RGB value is (55,2,53). Sum of RGB (Red+Green+Blue) = 55+2+53=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #370235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370235 is #C8FDCA. Grayscale: #171717. Windows color (decimal): -13172171 or 3473975. OLE color: 3473975.
HSL color Cylindrical-coordinate representation of color #370235: hue angle of 302.26º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370235 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 2 | 53 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.78 |
| HSL | 302.26º | 0.93% | 0.11% | - |
| HSV(B) | 302.26º | 0.96% | 0.22% | - |
| XYZ | 2.24 | 1.11 | 3.46 | - |
| YUV | 23.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 53 | 0 | 0.96 | 0.04 | 0.78 | 302.26 | 0.93 | 0.11 |
| Hex | 37 | 2 | 35 | 0 | 60 | 4 | 4E | 12E | 5D | B |
| Octal | 67 | 2 | 65 | 0 | 140 | 4 | 116 | 456 | 135 | 13 |
| Binary | 110111 | 10 | 110101 | 0 | 1100000 | 100 | 1001110 | 100101110 | 1011101 | 1011 |
Color Harmonies of #370235
Complementary color
Monochromatic Colors of #370235
Black with #370235
Text Example
Text Example
White with #370235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370235; }
p { color: rgb(55,2,53); }
H1.HeaderClassName
{
color: #370235;
}
.AnyTagClassName
{
color: #370235;
}
</style>
background-color css
<style>
a { background-color: #370235; }
a { background-color: rgb(55,2,53); }
div.DivClassName
{
background-color: #370235;
}
.BgClassName
{
background-color: #370235;
}
</style>
border-color css
<style>
span { border-color: #370235; }
span { border-color: rgb(55,2,53); }
td.TdClassName
{
border-color: #370235;
}
.TagClassName
{
border-color: #370235;
}
</style>