Shades of Mardi Gras #361838
Tints of Mardi Gras #361838
RGB
CMYK
RGB Variations
Color information
#361838 (or 0x361838) is known color: Mardi Gras. HEX triplet: 36, 18 and 38. RGB value is (54,24,56). Sum of RGB (Red+Green+Blue) = 54+24+56=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #361838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361838 is #C9E7C7. Grayscale: #242424. Windows color (decimal): -13232072 or 3676214. OLE color: 3676214.
HSL color Cylindrical-coordinate representation of color #361838: hue angle of 296.25º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #361838 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 24 | 56 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.78 |
| HSL | 296.25º | 0.4% | 0.16% | - |
| HSV(B) | 296.25º | 0.57% | 0.22% | - |
| XYZ | 2.56 | 1.72 | 3.94 | - |
| YUV | 36.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 56 | 0.04 | 0.57 | 0 | 0.78 | 296.25 | 0.4 | 0.16 |
| Hex | 36 | 18 | 38 | 4 | 39 | 0 | 4E | 128 | 28 | 10 |
| Octal | 66 | 30 | 70 | 4 | 71 | 0 | 116 | 450 | 50 | 20 |
| Binary | 110110 | 11000 | 111000 | 100 | 111001 | 0 | 1001110 | 100101000 | 101000 | 10000 |
Color Harmonies of #361838
Complementary color
Monochromatic Colors of #361838
Black with #361838
Text Example
Text Example
White with #361838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361838; }
p { color: rgb(54,24,56); }
H1.HeaderClassName
{
color: #361838;
}
.AnyTagClassName
{
color: #361838;
}
</style>
background-color css
<style>
a { background-color: #361838; }
a { background-color: rgb(54,24,56); }
div.DivClassName
{
background-color: #361838;
}
.BgClassName
{
background-color: #361838;
}
</style>
border-color css
<style>
span { border-color: #361838; }
span { border-color: rgb(54,24,56); }
td.TdClassName
{
border-color: #361838;
}
.TagClassName
{
border-color: #361838;
}
</style>