Shades of Mardi Gras #34142E
Tints of Mardi Gras #34142E
RGB
CMYK
RGB Variations
Color information
#34142E (or 0x34142E) is known color: Mardi Gras. HEX triplet: 34, 14 and 2E. RGB value is (52,20,46). Sum of RGB (Red+Green+Blue) = 52+20+46=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34142E is #CBEBD1. Grayscale: #202020. Windows color (decimal): -13364178 or 3019828. OLE color: 3019828.
HSL color Cylindrical-coordinate representation of color #34142E: hue angle of 311.25º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34142E is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 20 | 46 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.80 |
| HSL | 311.25º | 0.44% | 0.14% | - |
| HSV(B) | 311.25º | 0.62% | 0.2% | - |
| XYZ | 2.16 | 1.43 | 2.75 | - |
| YUV | 32.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 46 | 0 | 0.62 | 0.12 | 0.80 | 311.25 | 0.44 | 0.14 |
| Hex | 34 | 14 | 2E | 0 | 3E | C | 50 | 137 | 2C | E |
| Octal | 64 | 24 | 56 | 0 | 76 | 14 | 120 | 467 | 54 | 16 |
| Binary | 110100 | 10100 | 101110 | 0 | 111110 | 1100 | 1010000 | 100110111 | 101100 | 1110 |
Color Harmonies of #34142E
Complementary color
Monochromatic Colors of #34142E
Black with #34142E
Text Example
Text Example
White with #34142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34142E; }
p { color: rgb(52,20,46); }
H1.HeaderClassName
{
color: #34142E;
}
.AnyTagClassName
{
color: #34142E;
}
</style>
background-color css
<style>
a { background-color: #34142E; }
a { background-color: rgb(52,20,46); }
div.DivClassName
{
background-color: #34142E;
}
.BgClassName
{
background-color: #34142E;
}
</style>
border-color css
<style>
span { border-color: #34142E; }
span { border-color: rgb(52,20,46); }
td.TdClassName
{
border-color: #34142E;
}
.TagClassName
{
border-color: #34142E;
}
</style>