Shades of Mardi Gras #361D35
Tints of Mardi Gras #361D35
RGB
CMYK
RGB Variations
Color information
#361D35 (or 0x361D35) is known color: Mardi Gras. HEX triplet: 36, 1D and 35. RGB value is (54,29,53). Sum of RGB (Red+Green+Blue) = 54+29+53=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #361D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D35 is #C9E2CA. Grayscale: #272727. Windows color (decimal): -13230795 or 3480886. OLE color: 3480886.
HSL color Cylindrical-coordinate representation of color #361D35: hue angle of 302.4º 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 #361D35 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 53 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.79 |
| HSL | 302.4º | 0.3% | 0.16% | - |
| HSV(B) | 302.4º | 0.46% | 0.21% | - |
| XYZ | 2.6 | 1.92 | 3.6 | - |
| YUV | 39.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 53 | 0 | 0.46 | 0.02 | 0.79 | 302.4 | 0.3 | 0.16 |
| Hex | 36 | 1D | 35 | 0 | 2E | 2 | 4F | 12E | 1E | 10 |
| Octal | 66 | 35 | 65 | 0 | 56 | 2 | 117 | 456 | 36 | 20 |
| Binary | 110110 | 11101 | 110101 | 0 | 101110 | 10 | 1001111 | 100101110 | 11110 | 10000 |
Color Harmonies of #361D35
Complementary color
Monochromatic Colors of #361D35
Black with #361D35
Text Example
Text Example
White with #361D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D35; }
p { color: rgb(54,29,53); }
H1.HeaderClassName
{
color: #361D35;
}
.AnyTagClassName
{
color: #361D35;
}
</style>
background-color css
<style>
a { background-color: #361D35; }
a { background-color: rgb(54,29,53); }
div.DivClassName
{
background-color: #361D35;
}
.BgClassName
{
background-color: #361D35;
}
</style>
border-color css
<style>
span { border-color: #361D35; }
span { border-color: rgb(54,29,53); }
td.TdClassName
{
border-color: #361D35;
}
.TagClassName
{
border-color: #361D35;
}
</style>