Shades of Mardi Gras #360C2E
Tints of Mardi Gras #360C2E
RGB
CMYK
RGB Variations
Color information
#360C2E (or 0x360C2E) is known color: Mardi Gras. HEX triplet: 36, 0C and 2E. RGB value is (54,12,46). Sum of RGB (Red+Green+Blue) = 54+12+46=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #360C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C2E is #C9F3D1. Grayscale: #1C1C1C. Windows color (decimal): -13235154 or 3017782. OLE color: 3017782.
HSL color Cylindrical-coordinate representation of color #360C2E: hue angle of 311.43º 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 #360C2E is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 46 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.79 |
| HSL | 311.43º | 0.64% | 0.13% | - |
| HSV(B) | 311.43º | 0.78% | 0.21% | - |
| XYZ | 2.15 | 1.24 | 2.71 | - |
| YUV | 28.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 46 | 0 | 0.78 | 0.15 | 0.79 | 311.43 | 0.64 | 0.13 |
| Hex | 36 | C | 2E | 0 | 4E | F | 4F | 137 | 40 | D |
| Octal | 66 | 14 | 56 | 0 | 116 | 17 | 117 | 467 | 100 | 15 |
| Binary | 110110 | 1100 | 101110 | 0 | 1001110 | 1111 | 1001111 | 100110111 | 1000000 | 1101 |
Color Harmonies of #360C2E
Complementary color
Monochromatic Colors of #360C2E
Black with #360C2E
Text Example
Text Example
White with #360C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C2E; }
p { color: rgb(54,12,46); }
H1.HeaderClassName
{
color: #360C2E;
}
.AnyTagClassName
{
color: #360C2E;
}
</style>
background-color css
<style>
a { background-color: #360C2E; }
a { background-color: rgb(54,12,46); }
div.DivClassName
{
background-color: #360C2E;
}
.BgClassName
{
background-color: #360C2E;
}
</style>
border-color css
<style>
span { border-color: #360C2E; }
span { border-color: rgb(54,12,46); }
td.TdClassName
{
border-color: #360C2E;
}
.TagClassName
{
border-color: #360C2E;
}
</style>