Shades of Mardi Gras #361A34
Tints of Mardi Gras #361A34
RGB
CMYK
RGB Variations
Color information
#361A34 (or 0x361A34) is known color: Mardi Gras. HEX triplet: 36, 1A and 34. RGB value is (54,26,52). Sum of RGB (Red+Green+Blue) = 54+26+52=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #361A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A34 is #C9E5CB. Grayscale: #252525. Windows color (decimal): -13231564 or 3414582. OLE color: 3414582.
HSL color Cylindrical-coordinate representation of color #361A34: hue angle of 304.29º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A34 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 26 | 52 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.79 |
| HSL | 304.29º | 0.35% | 0.16% | - |
| HSV(B) | 304.29º | 0.52% | 0.21% | - |
| XYZ | 2.51 | 1.77 | 3.46 | - |
| YUV | 37.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 52 | 0 | 0.52 | 0.04 | 0.79 | 304.29 | 0.35 | 0.16 |
| Hex | 36 | 1A | 34 | 0 | 34 | 4 | 4F | 130 | 23 | 10 |
| Octal | 66 | 32 | 64 | 0 | 64 | 4 | 117 | 460 | 43 | 20 |
| Binary | 110110 | 11010 | 110100 | 0 | 110100 | 100 | 1001111 | 100110000 | 100011 | 10000 |
Color Harmonies of #361A34
Complementary color
Monochromatic Colors of #361A34
Black with #361A34
Text Example
Text Example
White with #361A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A34; }
p { color: rgb(54,26,52); }
H1.HeaderClassName
{
color: #361A34;
}
.AnyTagClassName
{
color: #361A34;
}
</style>
background-color css
<style>
a { background-color: #361A34; }
a { background-color: rgb(54,26,52); }
div.DivClassName
{
background-color: #361A34;
}
.BgClassName
{
background-color: #361A34;
}
</style>
border-color css
<style>
span { border-color: #361A34; }
span { border-color: rgb(54,26,52); }
td.TdClassName
{
border-color: #361A34;
}
.TagClassName
{
border-color: #361A34;
}
</style>