Shades of Mardi Gras #360B34
Tints of Mardi Gras #360B34
RGB
CMYK
RGB Variations
Color information
#360B34 (or 0x360B34) is known color: Mardi Gras. HEX triplet: 36, 0B and 34. RGB value is (54,11,52). Sum of RGB (Red+Green+Blue) = 54+11+52=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #360B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B34 is #C9F4CB. Grayscale: #1C1C1C. Windows color (decimal): -13235404 or 3410742. OLE color: 3410742.
HSL color Cylindrical-coordinate representation of color #360B34: hue angle of 302.79º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360B34 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 52 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.79 |
| HSL | 302.79º | 0.66% | 0.13% | - |
| HSV(B) | 302.79º | 0.8% | 0.21% | - |
| XYZ | 2.26 | 1.27 | 3.38 | - |
| YUV | 28.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 52 | 0 | 0.80 | 0.04 | 0.79 | 302.79 | 0.66 | 0.13 |
| Hex | 36 | B | 34 | 0 | 50 | 4 | 4F | 12F | 42 | D |
| Octal | 66 | 13 | 64 | 0 | 120 | 4 | 117 | 457 | 102 | 15 |
| Binary | 110110 | 1011 | 110100 | 0 | 1010000 | 100 | 1001111 | 100101111 | 1000010 | 1101 |
Color Harmonies of #360B34
Complementary color
Monochromatic Colors of #360B34
Black with #360B34
Text Example
Text Example
White with #360B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B34; }
p { color: rgb(54,11,52); }
H1.HeaderClassName
{
color: #360B34;
}
.AnyTagClassName
{
color: #360B34;
}
</style>
background-color css
<style>
a { background-color: #360B34; }
a { background-color: rgb(54,11,52); }
div.DivClassName
{
background-color: #360B34;
}
.BgClassName
{
background-color: #360B34;
}
</style>
border-color css
<style>
span { border-color: #360B34; }
span { border-color: rgb(54,11,52); }
td.TdClassName
{
border-color: #360B34;
}
.TagClassName
{
border-color: #360B34;
}
</style>