Shades of Mardi Gras #341238
Tints of Mardi Gras #341238
RGB
CMYK
RGB Variations
Color information
#341238 (or 0x341238) is known color: Mardi Gras. HEX triplet: 34, 12 and 38. RGB value is (52,18,56). Sum of RGB (Red+Green+Blue) = 52+18+56=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #341238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341238 is #CBEDC7. Grayscale: #202020. Windows color (decimal): -13364680 or 3674676. OLE color: 3674676.
HSL color Cylindrical-coordinate representation of color #341238: hue angle of 293.68º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341238 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 18 | 56 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.78 |
| HSL | 293.68º | 0.51% | 0.15% | - |
| HSV(B) | 293.68º | 0.68% | 0.22% | - |
| XYZ | 2.35 | 1.45 | 3.9 | - |
| YUV | 32.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 56 | 0.07 | 0.68 | 0 | 0.78 | 293.68 | 0.51 | 0.15 |
| Hex | 34 | 12 | 38 | 7 | 44 | 0 | 4E | 126 | 33 | F |
| Octal | 64 | 22 | 70 | 7 | 104 | 0 | 116 | 446 | 63 | 17 |
| Binary | 110100 | 10010 | 111000 | 111 | 1000100 | 0 | 1001110 | 100100110 | 110011 | 1111 |
Color Harmonies of #341238
Complementary color
Monochromatic Colors of #341238
Black with #341238
Text Example
Text Example
White with #341238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341238; }
p { color: rgb(52,18,56); }
H1.HeaderClassName
{
color: #341238;
}
.AnyTagClassName
{
color: #341238;
}
</style>
background-color css
<style>
a { background-color: #341238; }
a { background-color: rgb(52,18,56); }
div.DivClassName
{
background-color: #341238;
}
.BgClassName
{
background-color: #341238;
}
</style>
border-color css
<style>
span { border-color: #341238; }
span { border-color: rgb(52,18,56); }
td.TdClassName
{
border-color: #341238;
}
.TagClassName
{
border-color: #341238;
}
</style>