Shades of Mardi Gras #361D36
Tints of Mardi Gras #361D36
RGB
CMYK
RGB Variations
Color information
#361D36 (or 0x361D36) is known color: Mardi Gras. HEX triplet: 36, 1D and 36. RGB value is (54,29,54). Sum of RGB (Red+Green+Blue) = 54+29+54=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 54 - color contains mainly: red, blue. Hex color #361D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D36 is #C9E2C9. Grayscale: #272727. Windows color (decimal): -13230794 or 3546422. OLE color: 3546422.
HSL color Cylindrical-coordinate representation of color #361D36: hue angle of 300º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #361D36 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 54 | - |
| CMYK | 0 | 0.46 | 0 | 0.79 |
| HSL | 300º | 0.3% | 0.16% | - |
| HSV(B) | 300º | 0.46% | 0.21% | - |
| XYZ | 2.63 | 1.93 | 3.72 | - |
| YUV | 39.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 54 | 0 | 0.46 | 0 | 0.79 | 300 | 0.3 | 0.16 |
| Hex | 36 | 1D | 36 | 0 | 2E | 0 | 4F | 12C | 1E | 10 |
| Octal | 66 | 35 | 66 | 0 | 56 | 0 | 117 | 454 | 36 | 20 |
| Binary | 110110 | 11101 | 110110 | 0 | 101110 | 0 | 1001111 | 100101100 | 11110 | 10000 |
Color Harmonies of #361D36
Complementary color
Monochromatic Colors of #361D36
Black with #361D36
Text Example
Text Example
White with #361D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D36; }
p { color: rgb(54,29,54); }
H1.HeaderClassName
{
color: #361D36;
}
.AnyTagClassName
{
color: #361D36;
}
</style>
background-color css
<style>
a { background-color: #361D36; }
a { background-color: rgb(54,29,54); }
div.DivClassName
{
background-color: #361D36;
}
.BgClassName
{
background-color: #361D36;
}
</style>
border-color css
<style>
span { border-color: #361D36; }
span { border-color: rgb(54,29,54); }
td.TdClassName
{
border-color: #361D36;
}
.TagClassName
{
border-color: #361D36;
}
</style>