Shades of Mardi Gras #360C30
Tints of Mardi Gras #360C30
RGB
CMYK
RGB Variations
Color information
#360C30 (or 0x360C30) is known color: Mardi Gras. HEX triplet: 36, 0C and 30. RGB value is (54,12,48). Sum of RGB (Red+Green+Blue) = 54+12+48=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #360C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C30 is #C9F3CF. Grayscale: #1C1C1C. Windows color (decimal): -13235152 or 3148854. OLE color: 3148854.
HSL color Cylindrical-coordinate representation of color #360C30: hue angle of 308.57º 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 #360C30 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 12 | 48 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.79 |
| HSL | 308.57º | 0.64% | 0.13% | - |
| HSV(B) | 308.57º | 0.78% | 0.21% | - |
| XYZ | 2.19 | 1.26 | 2.92 | - |
| YUV | 28.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 48 | 0 | 0.78 | 0.11 | 0.79 | 308.57 | 0.64 | 0.13 |
| Hex | 36 | C | 30 | 0 | 4E | B | 4F | 135 | 40 | D |
| Octal | 66 | 14 | 60 | 0 | 116 | 13 | 117 | 465 | 100 | 15 |
| Binary | 110110 | 1100 | 110000 | 0 | 1001110 | 1011 | 1001111 | 100110101 | 1000000 | 1101 |
Color Harmonies of #360C30
Complementary color
Monochromatic Colors of #360C30
Black with #360C30
Text Example
Text Example
White with #360C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C30; }
p { color: rgb(54,12,48); }
H1.HeaderClassName
{
color: #360C30;
}
.AnyTagClassName
{
color: #360C30;
}
</style>
background-color css
<style>
a { background-color: #360C30; }
a { background-color: rgb(54,12,48); }
div.DivClassName
{
background-color: #360C30;
}
.BgClassName
{
background-color: #360C30;
}
</style>
border-color css
<style>
span { border-color: #360C30; }
span { border-color: rgb(54,12,48); }
td.TdClassName
{
border-color: #360C30;
}
.TagClassName
{
border-color: #360C30;
}
</style>