Shades of Mardi Gras #36253A
Tints of Mardi Gras #36253A
RGB
CMYK
RGB Variations
Color information
#36253A (or 0x36253A) is known color: Mardi Gras. HEX triplet: 36, 25 and 3A. RGB value is (54,37,58). Sum of RGB (Red+Green+Blue) = 54+37+58=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #36253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36253A is #C9DAC5. Grayscale: #2C2C2C. Windows color (decimal): -13228742 or 3810614. OLE color: 3810614.
HSL color Cylindrical-coordinate representation of color #36253A: hue angle of 288.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36253A is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 37 | 58 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.77 |
| HSL | 288.57º | 0.22% | 0.19% | - |
| HSV(B) | 288.57º | 0.36% | 0.23% | - |
| XYZ | 2.95 | 2.41 | 4.31 | - |
| YUV | 44.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 58 | 0.07 | 0.36 | 0 | 0.77 | 288.57 | 0.22 | 0.19 |
| Hex | 36 | 25 | 3A | 7 | 24 | 0 | 4D | 121 | 16 | 13 |
| Octal | 66 | 45 | 72 | 7 | 44 | 0 | 115 | 441 | 26 | 23 |
| Binary | 110110 | 100101 | 111010 | 111 | 100100 | 0 | 1001101 | 100100001 | 10110 | 10011 |
Color Harmonies of #36253A
Complementary color
Monochromatic Colors of #36253A
Black with #36253A
Text Example
Text Example
White with #36253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36253A; }
p { color: rgb(54,37,58); }
H1.HeaderClassName
{
color: #36253A;
}
.AnyTagClassName
{
color: #36253A;
}
</style>
background-color css
<style>
a { background-color: #36253A; }
a { background-color: rgb(54,37,58); }
div.DivClassName
{
background-color: #36253A;
}
.BgClassName
{
background-color: #36253A;
}
</style>
border-color css
<style>
span { border-color: #36253A; }
span { border-color: rgb(54,37,58); }
td.TdClassName
{
border-color: #36253A;
}
.TagClassName
{
border-color: #36253A;
}
</style>