Shades of Mardi Gras #360030
Tints of Mardi Gras #360030
RGB
CMYK
RGB Variations
Color information
#360030 (or 0x360030) is known color: Mardi Gras. HEX triplet: 36, 00 and 30. RGB value is (54,0,48). Sum of RGB (Red+Green+Blue) = 54+0+48=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #360030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360030 is #C9FFCF. Grayscale: #151515. Windows color (decimal): -13238224 or 3145782. OLE color: 3145782.
HSL color Cylindrical-coordinate representation of color #360030: hue angle of 306.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360030 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.11 | 0.79 |
| HSL | 306.67º | 1% | 0.11% | - |
| HSV(B) | 306.67º | 1% | 0.21% | - |
| XYZ | 2.05 | 1 | 2.88 | - |
| YUV | 21.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 48 | 0 | 1 | 0.11 | 0.79 | 306.67 | 1 | 0.11 |
| Hex | 36 | 0 | 30 | 0 | 64 | B | 4F | 133 | 64 | B |
| Octal | 66 | 0 | 60 | 0 | 144 | 13 | 117 | 463 | 144 | 13 |
| Binary | 110110 | 0 | 110000 | 0 | 1100100 | 1011 | 1001111 | 100110011 | 1100100 | 1011 |
Color Harmonies of #360030
Complementary color
Monochromatic Colors of #360030
Black with #360030
Text Example
Text Example
White with #360030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360030; }
p { color: rgb(54,0,48); }
H1.HeaderClassName
{
color: #360030;
}
.AnyTagClassName
{
color: #360030;
}
</style>
background-color css
<style>
a { background-color: #360030; }
a { background-color: rgb(54,0,48); }
div.DivClassName
{
background-color: #360030;
}
.BgClassName
{
background-color: #360030;
}
</style>
border-color css
<style>
span { border-color: #360030; }
span { border-color: rgb(54,0,48); }
td.TdClassName
{
border-color: #360030;
}
.TagClassName
{
border-color: #360030;
}
</style>