Shades of Mardi Gras #341C38
Tints of Mardi Gras #341C38
RGB
CMYK
RGB Variations
Color information
#341C38 (or 0x341C38) is known color: Mardi Gras. HEX triplet: 34, 1C and 38. RGB value is (52,28,56). Sum of RGB (Red+Green+Blue) = 52+28+56=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #341C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C38 is #CBE3C7. Grayscale: #262626. Windows color (decimal): -13362120 or 3677236. OLE color: 3677236.
HSL color Cylindrical-coordinate representation of color #341C38: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341C38 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 28 | 56 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.78 |
| HSL | 291.43º | 0.33% | 0.16% | - |
| HSV(B) | 291.43º | 0.5% | 0.22% | - |
| XYZ | 2.55 | 1.85 | 3.96 | - |
| YUV | 38.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 56 | 0.07 | 0.50 | 0 | 0.78 | 291.43 | 0.33 | 0.16 |
| Hex | 34 | 1C | 38 | 7 | 32 | 0 | 4E | 123 | 21 | 10 |
| Octal | 64 | 34 | 70 | 7 | 62 | 0 | 116 | 443 | 41 | 20 |
| Binary | 110100 | 11100 | 111000 | 111 | 110010 | 0 | 1001110 | 100100011 | 100001 | 10000 |
Color Harmonies of #341C38
Complementary color
Monochromatic Colors of #341C38
Black with #341C38
Text Example
Text Example
White with #341C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C38; }
p { color: rgb(52,28,56); }
H1.HeaderClassName
{
color: #341C38;
}
.AnyTagClassName
{
color: #341C38;
}
</style>
background-color css
<style>
a { background-color: #341C38; }
a { background-color: rgb(52,28,56); }
div.DivClassName
{
background-color: #341C38;
}
.BgClassName
{
background-color: #341C38;
}
</style>
border-color css
<style>
span { border-color: #341C38; }
span { border-color: rgb(52,28,56); }
td.TdClassName
{
border-color: #341C38;
}
.TagClassName
{
border-color: #341C38;
}
</style>