Shades of Mardi Gras #360238
Tints of Mardi Gras #360238
RGB
CMYK
RGB Variations
Color information
#360238 (or 0x360238) is known color: Mardi Gras. HEX triplet: 36, 02 and 38. RGB value is (54,2,56). Sum of RGB (Red+Green+Blue) = 54+2+56=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #360238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360238 is #C9FDC7. Grayscale: #171717. Windows color (decimal): -13237704 or 3670582. OLE color: 3670582.
HSL color Cylindrical-coordinate representation of color #360238: hue angle of 297.78º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360238 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 2 | 56 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.78 |
| HSL | 297.78º | 0.93% | 0.11% | - |
| HSV(B) | 297.78º | 0.96% | 0.22% | - |
| XYZ | 2.26 | 1.11 | 3.84 | - |
| YUV | 23.7 | 146.23 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 56 | 0.04 | 0.96 | 0 | 0.78 | 297.78 | 0.93 | 0.11 |
| Hex | 36 | 2 | 38 | 4 | 60 | 0 | 4E | 12A | 5D | B |
| Octal | 66 | 2 | 70 | 4 | 140 | 0 | 116 | 452 | 135 | 13 |
| Binary | 110110 | 10 | 111000 | 100 | 1100000 | 0 | 1001110 | 100101010 | 1011101 | 1011 |
Color Harmonies of #360238
Complementary color
Monochromatic Colors of #360238
Black with #360238
Text Example
Text Example
White with #360238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360238; }
p { color: rgb(54,2,56); }
H1.HeaderClassName
{
color: #360238;
}
.AnyTagClassName
{
color: #360238;
}
</style>
background-color css
<style>
a { background-color: #360238; }
a { background-color: rgb(54,2,56); }
div.DivClassName
{
background-color: #360238;
}
.BgClassName
{
background-color: #360238;
}
</style>
border-color css
<style>
span { border-color: #360238; }
span { border-color: rgb(54,2,56); }
td.TdClassName
{
border-color: #360238;
}
.TagClassName
{
border-color: #360238;
}
</style>