Shades of Mardi Gras #361D38
Tints of Mardi Gras #361D38
RGB
CMYK
RGB Variations
Color information
#361D38 (or 0x361D38) is known color: Mardi Gras. HEX triplet: 36, 1D and 38. RGB value is (54,29,56). Sum of RGB (Red+Green+Blue) = 54+29+56=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #361D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D38 is #C9E2C7. Grayscale: #272727. Windows color (decimal): -13230792 or 3677494. OLE color: 3677494.
HSL color Cylindrical-coordinate representation of color #361D38: hue angle of 295.56º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361D38 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 29 | 56 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.78 |
| HSL | 295.56º | 0.32% | 0.17% | - |
| HSV(B) | 295.56º | 0.48% | 0.22% | - |
| XYZ | 2.67 | 1.95 | 3.98 | - |
| YUV | 39.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 56 | 0.04 | 0.48 | 0 | 0.78 | 295.56 | 0.32 | 0.17 |
| Hex | 36 | 1D | 38 | 4 | 30 | 0 | 4E | 128 | 20 | 11 |
| Octal | 66 | 35 | 70 | 4 | 60 | 0 | 116 | 450 | 40 | 21 |
| Binary | 110110 | 11101 | 111000 | 100 | 110000 | 0 | 1001110 | 100101000 | 100000 | 10001 |
Color Harmonies of #361D38
Complementary color
Monochromatic Colors of #361D38
Black with #361D38
Text Example
Text Example
White with #361D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D38; }
p { color: rgb(54,29,56); }
H1.HeaderClassName
{
color: #361D38;
}
.AnyTagClassName
{
color: #361D38;
}
</style>
background-color css
<style>
a { background-color: #361D38; }
a { background-color: rgb(54,29,56); }
div.DivClassName
{
background-color: #361D38;
}
.BgClassName
{
background-color: #361D38;
}
</style>
border-color css
<style>
span { border-color: #361D38; }
span { border-color: rgb(54,29,56); }
td.TdClassName
{
border-color: #361D38;
}
.TagClassName
{
border-color: #361D38;
}
</style>