Shades of Mardi Gras #341A37
Tints of Mardi Gras #341A37
RGB
CMYK
RGB Variations
Color information
#341A37 (or 0x341A37) is known color: Mardi Gras. HEX triplet: 34, 1A and 37. RGB value is (52,26,55). Sum of RGB (Red+Green+Blue) = 52+26+55=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #341A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A37 is #CBE5C8. Grayscale: #242424. Windows color (decimal): -13362633 or 3611188. OLE color: 3611188.
HSL color Cylindrical-coordinate representation of color #341A37: hue angle of 293.79º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #341A37 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 26 | 55 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.78 |
| HSL | 293.79º | 0.36% | 0.16% | - |
| HSV(B) | 293.79º | 0.53% | 0.22% | - |
| XYZ | 2.48 | 1.74 | 3.82 | - |
| YUV | 37.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 55 | 0.05 | 0.53 | 0 | 0.78 | 293.79 | 0.36 | 0.16 |
| Hex | 34 | 1A | 37 | 5 | 35 | 0 | 4E | 126 | 24 | 10 |
| Octal | 64 | 32 | 67 | 5 | 65 | 0 | 116 | 446 | 44 | 20 |
| Binary | 110100 | 11010 | 110111 | 101 | 110101 | 0 | 1001110 | 100100110 | 100100 | 10000 |
Color Harmonies of #341A37
Complementary color
Monochromatic Colors of #341A37
Black with #341A37
Text Example
Text Example
White with #341A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A37; }
p { color: rgb(52,26,55); }
H1.HeaderClassName
{
color: #341A37;
}
.AnyTagClassName
{
color: #341A37;
}
</style>
background-color css
<style>
a { background-color: #341A37; }
a { background-color: rgb(52,26,55); }
div.DivClassName
{
background-color: #341A37;
}
.BgClassName
{
background-color: #341A37;
}
</style>
border-color css
<style>
span { border-color: #341A37; }
span { border-color: rgb(52,26,55); }
td.TdClassName
{
border-color: #341A37;
}
.TagClassName
{
border-color: #341A37;
}
</style>