Shades of Mardi Gras #360331
Tints of Mardi Gras #360331
RGB
CMYK
RGB Variations
Color information
#360331 (or 0x360331) is known color: Mardi Gras. HEX triplet: 36, 03 and 31. RGB value is (54,3,49). Sum of RGB (Red+Green+Blue) = 54+3+49=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #360331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360331 is #C9FCCE. Grayscale: #171717. Windows color (decimal): -13237455 or 3212086. OLE color: 3212086.
HSL color Cylindrical-coordinate representation of color #360331: hue angle of 305.88º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360331 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 49 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.79 |
| HSL | 305.88º | 0.89% | 0.11% | - |
| HSV(B) | 305.88º | 0.94% | 0.21% | - |
| XYZ | 2.11 | 1.07 | 3 | - |
| YUV | 23.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 49 | 0 | 0.94 | 0.09 | 0.79 | 305.88 | 0.89 | 0.11 |
| Hex | 36 | 3 | 31 | 0 | 5E | 9 | 4F | 132 | 59 | B |
| Octal | 66 | 3 | 61 | 0 | 136 | 11 | 117 | 462 | 131 | 13 |
| Binary | 110110 | 11 | 110001 | 0 | 1011110 | 1001 | 1001111 | 100110010 | 1011001 | 1011 |
Color Harmonies of #360331
Complementary color
Monochromatic Colors of #360331
Black with #360331
Text Example
Text Example
White with #360331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360331; }
p { color: rgb(54,3,49); }
H1.HeaderClassName
{
color: #360331;
}
.AnyTagClassName
{
color: #360331;
}
</style>
background-color css
<style>
a { background-color: #360331; }
a { background-color: rgb(54,3,49); }
div.DivClassName
{
background-color: #360331;
}
.BgClassName
{
background-color: #360331;
}
</style>
border-color css
<style>
span { border-color: #360331; }
span { border-color: rgb(54,3,49); }
td.TdClassName
{
border-color: #360331;
}
.TagClassName
{
border-color: #360331;
}
</style>