Shades of Mardi Gras #360034
Tints of Mardi Gras #360034
RGB
CMYK
RGB Variations
Color information
#360034 (or 0x360034) is known color: Mardi Gras. HEX triplet: 36, 00 and 34. RGB value is (54,0,52). Sum of RGB (Red+Green+Blue) = 54+0+52=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #360034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360034 is #C9FFCB. Grayscale: #151515. Windows color (decimal): -13238220 or 3407926. OLE color: 3407926.
HSL color Cylindrical-coordinate representation of color #360034: hue angle of 302.22º 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 #360034 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.04 | 0.79 |
| HSL | 302.22º | 1% | 0.11% | - |
| HSV(B) | 302.22º | 1% | 0.21% | - |
| XYZ | 2.14 | 1.03 | 3.34 | - |
| YUV | 22.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 52 | 0 | 1 | 0.04 | 0.79 | 302.22 | 1 | 0.11 |
| Hex | 36 | 0 | 34 | 0 | 64 | 4 | 4F | 12E | 64 | B |
| Octal | 66 | 0 | 64 | 0 | 144 | 4 | 117 | 456 | 144 | 13 |
| Binary | 110110 | 0 | 110100 | 0 | 1100100 | 100 | 1001111 | 100101110 | 1100100 | 1011 |
Color Harmonies of #360034
Complementary color
Monochromatic Colors of #360034
Black with #360034
Text Example
Text Example
White with #360034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360034; }
p { color: rgb(54,0,52); }
H1.HeaderClassName
{
color: #360034;
}
.AnyTagClassName
{
color: #360034;
}
</style>
background-color css
<style>
a { background-color: #360034; }
a { background-color: rgb(54,0,52); }
div.DivClassName
{
background-color: #360034;
}
.BgClassName
{
background-color: #360034;
}
</style>
border-color css
<style>
span { border-color: #360034; }
span { border-color: rgb(54,0,52); }
td.TdClassName
{
border-color: #360034;
}
.TagClassName
{
border-color: #360034;
}
</style>