Shades of Mardi Gras #361538
Tints of Mardi Gras #361538
RGB
CMYK
RGB Variations
Color information
#361538 (or 0x361538) is known color: Mardi Gras. HEX triplet: 36, 15 and 38. RGB value is (54,21,56). Sum of RGB (Red+Green+Blue) = 54+21+56=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #361538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361538 is #C9EAC7. Grayscale: #222222. Windows color (decimal): -13232840 or 3675446. OLE color: 3675446.
HSL color Cylindrical-coordinate representation of color #361538: hue angle of 296.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #361538 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 21 | 56 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.78 |
| HSL | 296.57º | 0.45% | 0.15% | - |
| HSV(B) | 296.57º | 0.63% | 0.22% | - |
| XYZ | 2.5 | 1.61 | 3.92 | - |
| YUV | 34.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 56 | 0.04 | 0.63 | 0 | 0.78 | 296.57 | 0.45 | 0.15 |
| Hex | 36 | 15 | 38 | 4 | 3F | 0 | 4E | 129 | 2D | F |
| Octal | 66 | 25 | 70 | 4 | 77 | 0 | 116 | 451 | 55 | 17 |
| Binary | 110110 | 10101 | 111000 | 100 | 111111 | 0 | 1001110 | 100101001 | 101101 | 1111 |
Color Harmonies of #361538
Complementary color
Monochromatic Colors of #361538
Black with #361538
Text Example
Text Example
White with #361538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361538; }
p { color: rgb(54,21,56); }
H1.HeaderClassName
{
color: #361538;
}
.AnyTagClassName
{
color: #361538;
}
</style>
background-color css
<style>
a { background-color: #361538; }
a { background-color: rgb(54,21,56); }
div.DivClassName
{
background-color: #361538;
}
.BgClassName
{
background-color: #361538;
}
</style>
border-color css
<style>
span { border-color: #361538; }
span { border-color: rgb(54,21,56); }
td.TdClassName
{
border-color: #361538;
}
.TagClassName
{
border-color: #361538;
}
</style>