Shades of Mardi Gras #341F34
Tints of Mardi Gras #341F34
RGB
CMYK
RGB Variations
Color information
#341F34 (or 0x341F34) is known color: Mardi Gras. HEX triplet: 34, 1F and 34. RGB value is (52,31,52). Sum of RGB (Red+Green+Blue) = 52+31+52=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #341F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F34 is #CBE0CB. Grayscale: #272727. Windows color (decimal): -13361356 or 3415860. OLE color: 3415860.
HSL color Cylindrical-coordinate representation of color #341F34: hue angle of 300º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F34 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 31 | 52 | - |
| CMYK | 0 | 0.40 | 0 | 0.80 |
| HSL | 300º | 0.25% | 0.16% | - |
| HSV(B) | 300º | 0.4% | 0.2% | - |
| XYZ | 2.53 | 1.96 | 3.49 | - |
| YUV | 39.67 | 134.96 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 52 | 0 | 0.40 | 0 | 0.80 | 300 | 0.25 | 0.16 |
| Hex | 34 | 1F | 34 | 0 | 28 | 0 | 50 | 12C | 19 | 10 |
| Octal | 64 | 37 | 64 | 0 | 50 | 0 | 120 | 454 | 31 | 20 |
| Binary | 110100 | 11111 | 110100 | 0 | 101000 | 0 | 1010000 | 100101100 | 11001 | 10000 |
Color Harmonies of #341F34
Complementary color
Monochromatic Colors of #341F34
Black with #341F34
Text Example
Text Example
White with #341F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F34; }
p { color: rgb(52,31,52); }
H1.HeaderClassName
{
color: #341F34;
}
.AnyTagClassName
{
color: #341F34;
}
</style>
background-color css
<style>
a { background-color: #341F34; }
a { background-color: rgb(52,31,52); }
div.DivClassName
{
background-color: #341F34;
}
.BgClassName
{
background-color: #341F34;
}
</style>
border-color css
<style>
span { border-color: #341F34; }
span { border-color: rgb(52,31,52); }
td.TdClassName
{
border-color: #341F34;
}
.TagClassName
{
border-color: #341F34;
}
</style>