Shades of Mardi Gras #360838
Tints of Mardi Gras #360838
RGB
CMYK
RGB Variations
Color information
#360838 (or 0x360838) is known color: Mardi Gras. HEX triplet: 36, 08 and 38. RGB value is (54,8,56). Sum of RGB (Red+Green+Blue) = 54+8+56=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 56 - color contains mainly: blue. Hex color #360838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360838 is #C9F7C7. Grayscale: #1B1B1B. Windows color (decimal): -13236168 or 3672118. OLE color: 3672118.
HSL color Cylindrical-coordinate representation of color #360838: hue angle of 297.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #360838 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 8 | 56 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.78 |
| HSL | 297.5º | 0.75% | 0.13% | - |
| HSV(B) | 297.5º | 0.86% | 0.22% | - |
| XYZ | 2.32 | 1.24 | 3.86 | - |
| YUV | 27.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 56 | 0.04 | 0.86 | 0 | 0.78 | 297.5 | 0.75 | 0.13 |
| Hex | 36 | 8 | 38 | 4 | 56 | 0 | 4E | 12A | 4B | D |
| Octal | 66 | 10 | 70 | 4 | 126 | 0 | 116 | 452 | 113 | 15 |
| Binary | 110110 | 1000 | 111000 | 100 | 1010110 | 0 | 1001110 | 100101010 | 1001011 | 1101 |
Color Harmonies of #360838
Complementary color
Monochromatic Colors of #360838
Black with #360838
Text Example
Text Example
White with #360838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360838; }
p { color: rgb(54,8,56); }
H1.HeaderClassName
{
color: #360838;
}
.AnyTagClassName
{
color: #360838;
}
</style>
background-color css
<style>
a { background-color: #360838; }
a { background-color: rgb(54,8,56); }
div.DivClassName
{
background-color: #360838;
}
.BgClassName
{
background-color: #360838;
}
</style>
border-color css
<style>
span { border-color: #360838; }
span { border-color: rgb(54,8,56); }
td.TdClassName
{
border-color: #360838;
}
.TagClassName
{
border-color: #360838;
}
</style>