Shades of Mardi Gras #360D2E
Tints of Mardi Gras #360D2E
RGB
CMYK
RGB Variations
Color information
#360D2E (or 0x360D2E) is known color: Mardi Gras. HEX triplet: 36, 0D and 2E. RGB value is (54,13,46). Sum of RGB (Red+Green+Blue) = 54+13+46=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #360D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D2E is #C9F2D1. Grayscale: #1C1C1C. Windows color (decimal): -13234898 or 3018038. OLE color: 3018038.
HSL color Cylindrical-coordinate representation of color #360D2E: hue angle of 311.71º 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 #360D2E is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 46 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.79 |
| HSL | 311.71º | 0.61% | 0.13% | - |
| HSV(B) | 311.71º | 0.76% | 0.21% | - |
| XYZ | 2.16 | 1.27 | 2.72 | - |
| YUV | 29.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 46 | 0 | 0.76 | 0.15 | 0.79 | 311.71 | 0.61 | 0.13 |
| Hex | 36 | D | 2E | 0 | 4C | F | 4F | 138 | 3D | D |
| Octal | 66 | 15 | 56 | 0 | 114 | 17 | 117 | 470 | 75 | 15 |
| Binary | 110110 | 1101 | 101110 | 0 | 1001100 | 1111 | 1001111 | 100111000 | 111101 | 1101 |
Color Harmonies of #360D2E
Complementary color
Monochromatic Colors of #360D2E
Black with #360D2E
Text Example
Text Example
White with #360D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D2E; }
p { color: rgb(54,13,46); }
H1.HeaderClassName
{
color: #360D2E;
}
.AnyTagClassName
{
color: #360D2E;
}
</style>
background-color css
<style>
a { background-color: #360D2E; }
a { background-color: rgb(54,13,46); }
div.DivClassName
{
background-color: #360D2E;
}
.BgClassName
{
background-color: #360D2E;
}
</style>
border-color css
<style>
span { border-color: #360D2E; }
span { border-color: rgb(54,13,46); }
td.TdClassName
{
border-color: #360D2E;
}
.TagClassName
{
border-color: #360D2E;
}
</style>