Shades of Mardi Gras #360939
Tints of Mardi Gras #360939
RGB
CMYK
RGB Variations
Color information
#360939 (or 0x360939) is known color: Mardi Gras. HEX triplet: 36, 09 and 39. RGB value is (54,9,57). Sum of RGB (Red+Green+Blue) = 54+9+57=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 57 (22.66% from 255 or 47.5% from 120); Max value from RGB is 57 - color contains mainly: blue. Hex color #360939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360939 is #C9F6C6. Grayscale: #1B1B1B. Windows color (decimal): -13235911 or 3737910. OLE color: 3737910.
HSL color Cylindrical-coordinate representation of color #360939: hue angle of 296.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360939 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 9 | 57 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.78 |
| HSL | 296.25º | 0.73% | 0.13% | - |
| HSV(B) | 296.25º | 0.84% | 0.22% | - |
| XYZ | 2.36 | 1.28 | 3.99 | - |
| YUV | 27.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 57 | 0.05 | 0.84 | 0 | 0.78 | 296.25 | 0.73 | 0.13 |
| Hex | 36 | 9 | 39 | 5 | 54 | 0 | 4E | 128 | 49 | D |
| Octal | 66 | 11 | 71 | 5 | 124 | 0 | 116 | 450 | 111 | 15 |
| Binary | 110110 | 1001 | 111001 | 101 | 1010100 | 0 | 1001110 | 100101000 | 1001001 | 1101 |
Color Harmonies of #360939
Complementary color
Monochromatic Colors of #360939
Black with #360939
Text Example
Text Example
White with #360939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360939; }
p { color: rgb(54,9,57); }
H1.HeaderClassName
{
color: #360939;
}
.AnyTagClassName
{
color: #360939;
}
</style>
background-color css
<style>
a { background-color: #360939; }
a { background-color: rgb(54,9,57); }
div.DivClassName
{
background-color: #360939;
}
.BgClassName
{
background-color: #360939;
}
</style>
border-color css
<style>
span { border-color: #360939; }
span { border-color: rgb(54,9,57); }
td.TdClassName
{
border-color: #360939;
}
.TagClassName
{
border-color: #360939;
}
</style>