Shades of Mardi Gras #361E34
Tints of Mardi Gras #361E34
RGB
CMYK
RGB Variations
Color information
#361E34 (or 0x361E34) is known color: Mardi Gras. HEX triplet: 36, 1E and 34. RGB value is (54,30,52). Sum of RGB (Red+Green+Blue) = 54+30+52=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #361E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E34 is #C9E1CB. Grayscale: #272727. Windows color (decimal): -13230540 or 3415606. OLE color: 3415606.
HSL color Cylindrical-coordinate representation of color #361E34: hue angle of 305º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #361E34 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 52 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.79 |
| HSL | 305º | 0.29% | 0.16% | - |
| HSV(B) | 305º | 0.44% | 0.21% | - |
| XYZ | 2.61 | 1.96 | 3.49 | - |
| YUV | 39.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 52 | 0 | 0.44 | 0.04 | 0.79 | 305 | 0.29 | 0.16 |
| Hex | 36 | 1E | 34 | 0 | 2C | 4 | 4F | 131 | 1D | 10 |
| Octal | 66 | 36 | 64 | 0 | 54 | 4 | 117 | 461 | 35 | 20 |
| Binary | 110110 | 11110 | 110100 | 0 | 101100 | 100 | 1001111 | 100110001 | 11101 | 10000 |
Color Harmonies of #361E34
Complementary color
Monochromatic Colors of #361E34
Black with #361E34
Text Example
Text Example
White with #361E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E34; }
p { color: rgb(54,30,52); }
H1.HeaderClassName
{
color: #361E34;
}
.AnyTagClassName
{
color: #361E34;
}
</style>
background-color css
<style>
a { background-color: #361E34; }
a { background-color: rgb(54,30,52); }
div.DivClassName
{
background-color: #361E34;
}
.BgClassName
{
background-color: #361E34;
}
</style>
border-color css
<style>
span { border-color: #361E34; }
span { border-color: rgb(54,30,52); }
td.TdClassName
{
border-color: #361E34;
}
.TagClassName
{
border-color: #361E34;
}
</style>