Shades of Mardi Gras #360E2F
Tints of Mardi Gras #360E2F
RGB
CMYK
RGB Variations
Color information
#360E2F (or 0x360E2F) is known color: Mardi Gras. HEX triplet: 36, 0E and 2F. RGB value is (54,14,47). Sum of RGB (Red+Green+Blue) = 54+14+47=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #360E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E2F is #C9F1D0. Grayscale: #1D1D1D. Windows color (decimal): -13234641 or 3083830. OLE color: 3083830.
HSL color Cylindrical-coordinate representation of color #360E2F: hue angle of 310.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #360E2F is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 14 | 47 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.79 |
| HSL | 310.5º | 0.59% | 0.13% | - |
| HSV(B) | 310.5º | 0.74% | 0.21% | - |
| XYZ | 2.19 | 1.3 | 2.83 | - |
| YUV | 29.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 47 | 0 | 0.74 | 0.13 | 0.79 | 310.5 | 0.59 | 0.13 |
| Hex | 36 | E | 2F | 0 | 4A | D | 4F | 136 | 3B | D |
| Octal | 66 | 16 | 57 | 0 | 112 | 15 | 117 | 466 | 73 | 15 |
| Binary | 110110 | 1110 | 101111 | 0 | 1001010 | 1101 | 1001111 | 100110110 | 111011 | 1101 |
Color Harmonies of #360E2F
Complementary color
Monochromatic Colors of #360E2F
Black with #360E2F
Text Example
Text Example
White with #360E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360E2F; }
p { color: rgb(54,14,47); }
H1.HeaderClassName
{
color: #360E2F;
}
.AnyTagClassName
{
color: #360E2F;
}
</style>
background-color css
<style>
a { background-color: #360E2F; }
a { background-color: rgb(54,14,47); }
div.DivClassName
{
background-color: #360E2F;
}
.BgClassName
{
background-color: #360E2F;
}
</style>
border-color css
<style>
span { border-color: #360E2F; }
span { border-color: rgb(54,14,47); }
td.TdClassName
{
border-color: #360E2F;
}
.TagClassName
{
border-color: #360E2F;
}
</style>