Shades of Mardi Gras #360C33
Tints of Mardi Gras #360C33
RGB
CMYK
RGB Variations
Color information
#360C33 (or 0x360C33) is known color: Mardi Gras. HEX triplet: 36, 0C and 33. RGB value is (54,12,51). Sum of RGB (Red+Green+Blue) = 54+12+51=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #360C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C33 is #C9F3CC. Grayscale: #1C1C1C. Windows color (decimal): -13235149 or 3345462. OLE color: 3345462.
HSL color Cylindrical-coordinate representation of color #360C33: hue angle of 304.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #360C33 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 51 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.79 |
| HSL | 304.29º | 0.64% | 0.13% | - |
| HSV(B) | 304.29º | 0.78% | 0.21% | - |
| XYZ | 2.25 | 1.29 | 3.26 | - |
| YUV | 29 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 51 | 0 | 0.78 | 0.06 | 0.79 | 304.29 | 0.64 | 0.13 |
| Hex | 36 | C | 33 | 0 | 4E | 6 | 4F | 130 | 40 | D |
| Octal | 66 | 14 | 63 | 0 | 116 | 6 | 117 | 460 | 100 | 15 |
| Binary | 110110 | 1100 | 110011 | 0 | 1001110 | 110 | 1001111 | 100110000 | 1000000 | 1101 |
Color Harmonies of #360C33
Complementary color
Monochromatic Colors of #360C33
Black with #360C33
Text Example
Text Example
White with #360C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C33; }
p { color: rgb(54,12,51); }
H1.HeaderClassName
{
color: #360C33;
}
.AnyTagClassName
{
color: #360C33;
}
</style>
background-color css
<style>
a { background-color: #360C33; }
a { background-color: rgb(54,12,51); }
div.DivClassName
{
background-color: #360C33;
}
.BgClassName
{
background-color: #360C33;
}
</style>
border-color css
<style>
span { border-color: #360C33; }
span { border-color: rgb(54,12,51); }
td.TdClassName
{
border-color: #360C33;
}
.TagClassName
{
border-color: #360C33;
}
</style>