Shades of Mardi Gras #360A30
Tints of Mardi Gras #360A30
RGB
CMYK
RGB Variations
Color information
#360A30 (or 0x360A30) is known color: Mardi Gras. HEX triplet: 36, 0A and 30. RGB value is (54,10,48). Sum of RGB (Red+Green+Blue) = 54+10+48=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 10 (4.30% from 255 or 8.93% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #360A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360A30 is #C9F5CF. Grayscale: #1B1B1B. Windows color (decimal): -13235664 or 3148342. OLE color: 3148342.
HSL color Cylindrical-coordinate representation of color #360A30: hue angle of 308.18º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360A30 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 10 | 48 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.79 |
| HSL | 308.18º | 0.69% | 0.13% | - |
| HSV(B) | 308.18º | 0.81% | 0.21% | - |
| XYZ | 2.16 | 1.21 | 2.92 | - |
| YUV | 27.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 10 | 48 | 0 | 0.81 | 0.11 | 0.79 | 308.18 | 0.69 | 0.13 |
| Hex | 36 | A | 30 | 0 | 51 | B | 4F | 134 | 45 | D |
| Octal | 66 | 12 | 60 | 0 | 121 | 13 | 117 | 464 | 105 | 15 |
| Binary | 110110 | 1010 | 110000 | 0 | 1010001 | 1011 | 1001111 | 100110100 | 1000101 | 1101 |
Color Harmonies of #360A30
Complementary color
Monochromatic Colors of #360A30
Black with #360A30
Text Example
Text Example
White with #360A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360A30; }
p { color: rgb(54,10,48); }
H1.HeaderClassName
{
color: #360A30;
}
.AnyTagClassName
{
color: #360A30;
}
</style>
background-color css
<style>
a { background-color: #360A30; }
a { background-color: rgb(54,10,48); }
div.DivClassName
{
background-color: #360A30;
}
.BgClassName
{
background-color: #360A30;
}
</style>
border-color css
<style>
span { border-color: #360A30; }
span { border-color: rgb(54,10,48); }
td.TdClassName
{
border-color: #360A30;
}
.TagClassName
{
border-color: #360A30;
}
</style>