Shades of Mardi Gras #360F31
Tints of Mardi Gras #360F31
RGB
CMYK
RGB Variations
Color information
#360F31 (or 0x360F31) is known color: Mardi Gras. HEX triplet: 36, 0F and 31. RGB value is (54,15,49). Sum of RGB (Red+Green+Blue) = 54+15+49=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #360F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F31 is #C9F0CE. Grayscale: #1E1E1E. Windows color (decimal): -13234383 or 3215158. OLE color: 3215158.
HSL color Cylindrical-coordinate representation of color #360F31: hue angle of 307.69º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #360F31 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 15 | 49 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.79 |
| HSL | 307.69º | 0.57% | 0.14% | - |
| HSV(B) | 307.69º | 0.72% | 0.21% | - |
| XYZ | 2.25 | 1.35 | 3.05 | - |
| YUV | 30.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 49 | 0 | 0.72 | 0.09 | 0.79 | 307.69 | 0.57 | 0.14 |
| Hex | 36 | F | 31 | 0 | 48 | 9 | 4F | 134 | 39 | E |
| Octal | 66 | 17 | 61 | 0 | 110 | 11 | 117 | 464 | 71 | 16 |
| Binary | 110110 | 1111 | 110001 | 0 | 1001000 | 1001 | 1001111 | 100110100 | 111001 | 1110 |
Color Harmonies of #360F31
Complementary color
Monochromatic Colors of #360F31
Black with #360F31
Text Example
Text Example
White with #360F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F31; }
p { color: rgb(54,15,49); }
H1.HeaderClassName
{
color: #360F31;
}
.AnyTagClassName
{
color: #360F31;
}
</style>
background-color css
<style>
a { background-color: #360F31; }
a { background-color: rgb(54,15,49); }
div.DivClassName
{
background-color: #360F31;
}
.BgClassName
{
background-color: #360F31;
}
</style>
border-color css
<style>
span { border-color: #360F31; }
span { border-color: rgb(54,15,49); }
td.TdClassName
{
border-color: #360F31;
}
.TagClassName
{
border-color: #360F31;
}
</style>