Shades of Mardi Gras #34122E
Tints of Mardi Gras #34122E
RGB
CMYK
RGB Variations
Color information
#34122E (or 0x34122E) is known color: Mardi Gras. HEX triplet: 34, 12 and 2E. RGB value is (52,18,46). Sum of RGB (Red+Green+Blue) = 52+18+46=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #34122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34122E is #CBEDD1. Grayscale: #1F1F1F. Windows color (decimal): -13364690 or 3019316. OLE color: 3019316.
HSL color Cylindrical-coordinate representation of color #34122E: hue angle of 310.59º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34122E is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 18 | 46 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.80 |
| HSL | 310.59º | 0.49% | 0.14% | - |
| HSV(B) | 310.59º | 0.65% | 0.2% | - |
| XYZ | 2.13 | 1.36 | 2.74 | - |
| YUV | 31.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 46 | 0 | 0.65 | 0.12 | 0.80 | 310.59 | 0.49 | 0.14 |
| Hex | 34 | 12 | 2E | 0 | 41 | C | 50 | 137 | 31 | E |
| Octal | 64 | 22 | 56 | 0 | 101 | 14 | 120 | 467 | 61 | 16 |
| Binary | 110100 | 10010 | 101110 | 0 | 1000001 | 1100 | 1010000 | 100110111 | 110001 | 1110 |
Color Harmonies of #34122E
Complementary color
Monochromatic Colors of #34122E
Black with #34122E
Text Example
Text Example
White with #34122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34122E; }
p { color: rgb(52,18,46); }
H1.HeaderClassName
{
color: #34122E;
}
.AnyTagClassName
{
color: #34122E;
}
</style>
background-color css
<style>
a { background-color: #34122E; }
a { background-color: rgb(52,18,46); }
div.DivClassName
{
background-color: #34122E;
}
.BgClassName
{
background-color: #34122E;
}
</style>
border-color css
<style>
span { border-color: #34122E; }
span { border-color: rgb(52,18,46); }
td.TdClassName
{
border-color: #34122E;
}
.TagClassName
{
border-color: #34122E;
}
</style>