Shades of Mardi Gras #360D30
Tints of Mardi Gras #360D30
RGB
CMYK
RGB Variations
Color information
#360D30 (or 0x360D30) is known color: Mardi Gras. HEX triplet: 36, 0D and 30. RGB value is (54,13,48). Sum of RGB (Red+Green+Blue) = 54+13+48=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #360D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D30 is #C9F2CF. Grayscale: #1D1D1D. Windows color (decimal): -13234896 or 3149110. OLE color: 3149110.
HSL color Cylindrical-coordinate representation of color #360D30: hue angle of 308.78º 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 #360D30 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 13 | 48 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.79 |
| HSL | 308.78º | 0.61% | 0.13% | - |
| HSV(B) | 308.78º | 0.76% | 0.21% | - |
| XYZ | 2.2 | 1.29 | 2.93 | - |
| YUV | 29.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 48 | 0 | 0.76 | 0.11 | 0.79 | 308.78 | 0.61 | 0.13 |
| Hex | 36 | D | 30 | 0 | 4C | B | 4F | 135 | 3D | D |
| Octal | 66 | 15 | 60 | 0 | 114 | 13 | 117 | 465 | 75 | 15 |
| Binary | 110110 | 1101 | 110000 | 0 | 1001100 | 1011 | 1001111 | 100110101 | 111101 | 1101 |
Color Harmonies of #360D30
Complementary color
Monochromatic Colors of #360D30
Black with #360D30
Text Example
Text Example
White with #360D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D30; }
p { color: rgb(54,13,48); }
H1.HeaderClassName
{
color: #360D30;
}
.AnyTagClassName
{
color: #360D30;
}
</style>
background-color css
<style>
a { background-color: #360D30; }
a { background-color: rgb(54,13,48); }
div.DivClassName
{
background-color: #360D30;
}
.BgClassName
{
background-color: #360D30;
}
</style>
border-color css
<style>
span { border-color: #360D30; }
span { border-color: rgb(54,13,48); }
td.TdClassName
{
border-color: #360D30;
}
.TagClassName
{
border-color: #360D30;
}
</style>