Shades of Mardi Gras #37253B
Tints of Mardi Gras #37253B
RGB
CMYK
RGB Variations
Color information
#37253B (or 0x37253B) is known color: Mardi Gras. HEX triplet: 37, 25 and 3B. RGB value is (55,37,59). Sum of RGB (Red+Green+Blue) = 55+37+59=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 59 - color contains mainly: blue. Hex color #37253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37253B is #C8DAC4. Grayscale: #2C2C2C. Windows color (decimal): -13163205 or 3876151. OLE color: 3876151.
HSL color Cylindrical-coordinate representation of color #37253B: hue angle of 289.09º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #37253B is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 37 | 59 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.77 |
| HSL | 289.09º | 0.23% | 0.19% | - |
| HSV(B) | 289.09º | 0.37% | 0.23% | - |
| XYZ | 3.03 | 2.45 | 4.45 | - |
| YUV | 44.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 59 | 0.07 | 0.37 | 0 | 0.77 | 289.09 | 0.23 | 0.19 |
| Hex | 37 | 25 | 3B | 7 | 25 | 0 | 4D | 121 | 17 | 13 |
| Octal | 67 | 45 | 73 | 7 | 45 | 0 | 115 | 441 | 27 | 23 |
| Binary | 110111 | 100101 | 111011 | 111 | 100101 | 0 | 1001101 | 100100001 | 10111 | 10011 |
Color Harmonies of #37253B
Complementary color
Monochromatic Colors of #37253B
Black with #37253B
Text Example
Text Example
White with #37253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37253B; }
p { color: rgb(55,37,59); }
H1.HeaderClassName
{
color: #37253B;
}
.AnyTagClassName
{
color: #37253B;
}
</style>
background-color css
<style>
a { background-color: #37253B; }
a { background-color: rgb(55,37,59); }
div.DivClassName
{
background-color: #37253B;
}
.BgClassName
{
background-color: #37253B;
}
</style>
border-color css
<style>
span { border-color: #37253B; }
span { border-color: rgb(55,37,59); }
td.TdClassName
{
border-color: #37253B;
}
.TagClassName
{
border-color: #37253B;
}
</style>