Shades of Mardi Gras #361C38
Tints of Mardi Gras #361C38
RGB
CMYK
RGB Variations
Color information
#361C38 (or 0x361C38) is known color: Mardi Gras. HEX triplet: 36, 1C and 38. RGB value is (54,28,56). Sum of RGB (Red+Green+Blue) = 54+28+56=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #361C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C38 is #C9E3C7. Grayscale: #262626. Windows color (decimal): -13231048 or 3677238. OLE color: 3677238.
HSL color Cylindrical-coordinate representation of color #361C38: hue angle of 295.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #361C38 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 28 | 56 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.78 |
| HSL | 295.71º | 0.33% | 0.16% | - |
| HSV(B) | 295.71º | 0.5% | 0.22% | - |
| XYZ | 2.65 | 1.9 | 3.97 | - |
| YUV | 38.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 56 | 0.04 | 0.50 | 0 | 0.78 | 295.71 | 0.33 | 0.16 |
| Hex | 36 | 1C | 38 | 4 | 32 | 0 | 4E | 128 | 21 | 10 |
| Octal | 66 | 34 | 70 | 4 | 62 | 0 | 116 | 450 | 41 | 20 |
| Binary | 110110 | 11100 | 111000 | 100 | 110010 | 0 | 1001110 | 100101000 | 100001 | 10000 |
Color Harmonies of #361C38
Complementary color
Monochromatic Colors of #361C38
Black with #361C38
Text Example
Text Example
White with #361C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C38; }
p { color: rgb(54,28,56); }
H1.HeaderClassName
{
color: #361C38;
}
.AnyTagClassName
{
color: #361C38;
}
</style>
background-color css
<style>
a { background-color: #361C38; }
a { background-color: rgb(54,28,56); }
div.DivClassName
{
background-color: #361C38;
}
.BgClassName
{
background-color: #361C38;
}
</style>
border-color css
<style>
span { border-color: #361C38; }
span { border-color: rgb(54,28,56); }
td.TdClassName
{
border-color: #361C38;
}
.TagClassName
{
border-color: #361C38;
}
</style>