Shades of Mardi Gras #360F38
Tints of Mardi Gras #360F38
RGB
CMYK
RGB Variations
Color information
#360F38 (or 0x360F38) is known color: Mardi Gras. HEX triplet: 36, 0F and 38. RGB value is (54,15,56). Sum of RGB (Red+Green+Blue) = 54+15+56=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #360F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F38 is #C9F0C7. Grayscale: #1F1F1F. Windows color (decimal): -13234376 or 3673910. OLE color: 3673910.
HSL color Cylindrical-coordinate representation of color #360F38: hue angle of 297.07º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #360F38 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 15 | 56 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.78 |
| HSL | 297.07º | 0.58% | 0.14% | - |
| HSV(B) | 297.07º | 0.73% | 0.22% | - |
| XYZ | 2.41 | 1.41 | 3.89 | - |
| YUV | 31.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 56 | 0.04 | 0.73 | 0 | 0.78 | 297.07 | 0.58 | 0.14 |
| Hex | 36 | F | 38 | 4 | 49 | 0 | 4E | 129 | 3A | E |
| Octal | 66 | 17 | 70 | 4 | 111 | 0 | 116 | 451 | 72 | 16 |
| Binary | 110110 | 1111 | 111000 | 100 | 1001001 | 0 | 1001110 | 100101001 | 111010 | 1110 |
Color Harmonies of #360F38
Complementary color
Monochromatic Colors of #360F38
Black with #360F38
Text Example
Text Example
White with #360F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F38; }
p { color: rgb(54,15,56); }
H1.HeaderClassName
{
color: #360F38;
}
.AnyTagClassName
{
color: #360F38;
}
</style>
background-color css
<style>
a { background-color: #360F38; }
a { background-color: rgb(54,15,56); }
div.DivClassName
{
background-color: #360F38;
}
.BgClassName
{
background-color: #360F38;
}
</style>
border-color css
<style>
span { border-color: #360F38; }
span { border-color: rgb(54,15,56); }
td.TdClassName
{
border-color: #360F38;
}
.TagClassName
{
border-color: #360F38;
}
</style>