Shades of Mardi Gras #360D33
Tints of Mardi Gras #360D33
RGB
CMYK
RGB Variations
Color information
#360D33 (or 0x360D33) is known color: Mardi Gras. HEX triplet: 36, 0D and 33. RGB value is (54,13,51). Sum of RGB (Red+Green+Blue) = 54+13+51=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #360D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D33 is #C9F2CC. Grayscale: #1D1D1D. Windows color (decimal): -13234893 or 3345718. OLE color: 3345718.
HSL color Cylindrical-coordinate representation of color #360D33: hue angle of 304.39º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D33 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 51 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.79 |
| HSL | 304.39º | 0.61% | 0.13% | - |
| HSV(B) | 304.39º | 0.76% | 0.21% | - |
| XYZ | 2.26 | 1.31 | 3.27 | - |
| YUV | 29.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 51 | 0 | 0.76 | 0.06 | 0.79 | 304.39 | 0.61 | 0.13 |
| Hex | 36 | D | 33 | 0 | 4C | 6 | 4F | 130 | 3D | D |
| Octal | 66 | 15 | 63 | 0 | 114 | 6 | 117 | 460 | 75 | 15 |
| Binary | 110110 | 1101 | 110011 | 0 | 1001100 | 110 | 1001111 | 100110000 | 111101 | 1101 |
Color Harmonies of #360D33
Complementary color
Monochromatic Colors of #360D33
Black with #360D33
Text Example
Text Example
White with #360D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D33; }
p { color: rgb(54,13,51); }
H1.HeaderClassName
{
color: #360D33;
}
.AnyTagClassName
{
color: #360D33;
}
</style>
background-color css
<style>
a { background-color: #360D33; }
a { background-color: rgb(54,13,51); }
div.DivClassName
{
background-color: #360D33;
}
.BgClassName
{
background-color: #360D33;
}
</style>
border-color css
<style>
span { border-color: #360D33; }
span { border-color: rgb(54,13,51); }
td.TdClassName
{
border-color: #360D33;
}
.TagClassName
{
border-color: #360D33;
}
</style>