Shades of Mardi Gras #341639
Tints of Mardi Gras #341639
RGB
CMYK
RGB Variations
Color information
#341639 (or 0x341639) is known color: Mardi Gras. HEX triplet: 34, 16 and 39. RGB value is (52,22,57). Sum of RGB (Red+Green+Blue) = 52+22+57=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 57 - color contains mainly: blue. Hex color #341639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341639 is #CBE9C6. Grayscale: #222222. Windows color (decimal): -13363655 or 3741236. OLE color: 3741236.
HSL color Cylindrical-coordinate representation of color #341639: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #341639 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 22 | 57 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.78 |
| HSL | 291.43º | 0.44% | 0.15% | - |
| HSV(B) | 291.43º | 0.61% | 0.22% | - |
| XYZ | 2.44 | 1.6 | 4.05 | - |
| YUV | 34.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 57 | 0.09 | 0.61 | 0 | 0.78 | 291.43 | 0.44 | 0.15 |
| Hex | 34 | 16 | 39 | 9 | 3D | 0 | 4E | 123 | 2C | F |
| Octal | 64 | 26 | 71 | 11 | 75 | 0 | 116 | 443 | 54 | 17 |
| Binary | 110100 | 10110 | 111001 | 1001 | 111101 | 0 | 1001110 | 100100011 | 101100 | 1111 |
Color Harmonies of #341639
Complementary color
Monochromatic Colors of #341639
Black with #341639
Text Example
Text Example
White with #341639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341639; }
p { color: rgb(52,22,57); }
H1.HeaderClassName
{
color: #341639;
}
.AnyTagClassName
{
color: #341639;
}
</style>
background-color css
<style>
a { background-color: #341639; }
a { background-color: rgb(52,22,57); }
div.DivClassName
{
background-color: #341639;
}
.BgClassName
{
background-color: #341639;
}
</style>
border-color css
<style>
span { border-color: #341639; }
span { border-color: rgb(52,22,57); }
td.TdClassName
{
border-color: #341639;
}
.TagClassName
{
border-color: #341639;
}
</style>