Shades of Mardi Gras #360234
Tints of Mardi Gras #360234
RGB
CMYK
RGB Variations
Color information
#360234 (or 0x360234) is known color: Mardi Gras. HEX triplet: 36, 02 and 34. RGB value is (54,2,52). Sum of RGB (Red+Green+Blue) = 54+2+52=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #360234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360234 is #C9FDCB. Grayscale: #171717. Windows color (decimal): -13237708 or 3408438. OLE color: 3408438.
HSL color Cylindrical-coordinate representation of color #360234: hue angle of 302.31º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360234 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 2 | 52 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.79 |
| HSL | 302.31º | 0.93% | 0.11% | - |
| HSV(B) | 302.31º | 0.96% | 0.21% | - |
| XYZ | 2.16 | 1.08 | 3.34 | - |
| YUV | 23.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 52 | 0 | 0.96 | 0.04 | 0.79 | 302.31 | 0.93 | 0.11 |
| Hex | 36 | 2 | 34 | 0 | 60 | 4 | 4F | 12E | 5D | B |
| Octal | 66 | 2 | 64 | 0 | 140 | 4 | 117 | 456 | 135 | 13 |
| Binary | 110110 | 10 | 110100 | 0 | 1100000 | 100 | 1001111 | 100101110 | 1011101 | 1011 |
Color Harmonies of #360234
Complementary color
Monochromatic Colors of #360234
Black with #360234
Text Example
Text Example
White with #360234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360234; }
p { color: rgb(54,2,52); }
H1.HeaderClassName
{
color: #360234;
}
.AnyTagClassName
{
color: #360234;
}
</style>
background-color css
<style>
a { background-color: #360234; }
a { background-color: rgb(54,2,52); }
div.DivClassName
{
background-color: #360234;
}
.BgClassName
{
background-color: #360234;
}
</style>
border-color css
<style>
span { border-color: #360234; }
span { border-color: rgb(54,2,52); }
td.TdClassName
{
border-color: #360234;
}
.TagClassName
{
border-color: #360234;
}
</style>