Shades of Mardi Gras #361932
Tints of Mardi Gras #361932
RGB
CMYK
RGB Variations
Color information
#361932 (or 0x361932) is known color: Mardi Gras. HEX triplet: 36, 19 and 32. RGB value is (54,25,50). Sum of RGB (Red+Green+Blue) = 54+25+50=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #361932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361932 is #C9E6CD. Grayscale: #242424. Windows color (decimal): -13231822 or 3283254. OLE color: 3283254.
HSL color Cylindrical-coordinate representation of color #361932: hue angle of 308.28º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #361932 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 25 | 50 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.79 |
| HSL | 308.28º | 0.37% | 0.15% | - |
| HSV(B) | 308.28º | 0.54% | 0.21% | - |
| XYZ | 2.44 | 1.71 | 3.22 | - |
| YUV | 36.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 50 | 0 | 0.54 | 0.07 | 0.79 | 308.28 | 0.37 | 0.15 |
| Hex | 36 | 19 | 32 | 0 | 36 | 7 | 4F | 134 | 25 | F |
| Octal | 66 | 31 | 62 | 0 | 66 | 7 | 117 | 464 | 45 | 17 |
| Binary | 110110 | 11001 | 110010 | 0 | 110110 | 111 | 1001111 | 100110100 | 100101 | 1111 |
Color Harmonies of #361932
Complementary color
Monochromatic Colors of #361932
Black with #361932
Text Example
Text Example
White with #361932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361932; }
p { color: rgb(54,25,50); }
H1.HeaderClassName
{
color: #361932;
}
.AnyTagClassName
{
color: #361932;
}
</style>
background-color css
<style>
a { background-color: #361932; }
a { background-color: rgb(54,25,50); }
div.DivClassName
{
background-color: #361932;
}
.BgClassName
{
background-color: #361932;
}
</style>
border-color css
<style>
span { border-color: #361932; }
span { border-color: rgb(54,25,50); }
td.TdClassName
{
border-color: #361932;
}
.TagClassName
{
border-color: #361932;
}
</style>