Shades of Mardi Gras #341C36
Tints of Mardi Gras #341C36
RGB
CMYK
RGB Variations
Color information
#341C36 (or 0x341C36) is known color: Mardi Gras. HEX triplet: 34, 1C and 36. RGB value is (52,28,54). Sum of RGB (Red+Green+Blue) = 52+28+54=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #341C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C36 is #CBE3C9. Grayscale: #262626. Windows color (decimal): -13362122 or 3546164. OLE color: 3546164.
HSL color Cylindrical-coordinate representation of color #341C36: hue angle of 295.38º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341C36 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 28 | 54 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.79 |
| HSL | 295.38º | 0.32% | 0.16% | - |
| HSV(B) | 295.38º | 0.48% | 0.21% | - |
| XYZ | 2.5 | 1.83 | 3.71 | - |
| YUV | 38.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 54 | 0.04 | 0.48 | 0 | 0.79 | 295.38 | 0.32 | 0.16 |
| Hex | 34 | 1C | 36 | 4 | 30 | 0 | 4F | 127 | 20 | 10 |
| Octal | 64 | 34 | 66 | 4 | 60 | 0 | 117 | 447 | 40 | 20 |
| Binary | 110100 | 11100 | 110110 | 100 | 110000 | 0 | 1001111 | 100100111 | 100000 | 10000 |
Color Harmonies of #341C36
Complementary color
Monochromatic Colors of #341C36
Black with #341C36
Text Example
Text Example
White with #341C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C36; }
p { color: rgb(52,28,54); }
H1.HeaderClassName
{
color: #341C36;
}
.AnyTagClassName
{
color: #341C36;
}
</style>
background-color css
<style>
a { background-color: #341C36; }
a { background-color: rgb(52,28,54); }
div.DivClassName
{
background-color: #341C36;
}
.BgClassName
{
background-color: #341C36;
}
</style>
border-color css
<style>
span { border-color: #341C36; }
span { border-color: rgb(52,28,54); }
td.TdClassName
{
border-color: #341C36;
}
.TagClassName
{
border-color: #341C36;
}
</style>