Shades of Mardi Gras #360334
Tints of Mardi Gras #360334
RGB
CMYK
RGB Variations
Color information
#360334 (or 0x360334) is known color: Mardi Gras. HEX triplet: 36, 03 and 34. RGB value is (54,3,52). Sum of RGB (Red+Green+Blue) = 54+3+52=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #360334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360334 is #C9FCCB. Grayscale: #171717. Windows color (decimal): -13237452 or 3408694. OLE color: 3408694.
HSL color Cylindrical-coordinate representation of color #360334: hue angle of 302.35º 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 #360334 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 3 | 52 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.79 |
| HSL | 302.35º | 0.89% | 0.11% | - |
| HSV(B) | 302.35º | 0.94% | 0.21% | - |
| XYZ | 2.17 | 1.1 | 3.35 | - |
| YUV | 23.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 52 | 0 | 0.94 | 0.04 | 0.79 | 302.35 | 0.89 | 0.11 |
| Hex | 36 | 3 | 34 | 0 | 5E | 4 | 4F | 12E | 59 | B |
| Octal | 66 | 3 | 64 | 0 | 136 | 4 | 117 | 456 | 131 | 13 |
| Binary | 110110 | 11 | 110100 | 0 | 1011110 | 100 | 1001111 | 100101110 | 1011001 | 1011 |
Color Harmonies of #360334
Complementary color
Monochromatic Colors of #360334
Black with #360334
Text Example
Text Example
White with #360334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360334; }
p { color: rgb(54,3,52); }
H1.HeaderClassName
{
color: #360334;
}
.AnyTagClassName
{
color: #360334;
}
</style>
background-color css
<style>
a { background-color: #360334; }
a { background-color: rgb(54,3,52); }
div.DivClassName
{
background-color: #360334;
}
.BgClassName
{
background-color: #360334;
}
</style>
border-color css
<style>
span { border-color: #360334; }
span { border-color: rgb(54,3,52); }
td.TdClassName
{
border-color: #360334;
}
.TagClassName
{
border-color: #360334;
}
</style>