Shades of Mardi Gras #34112E
Tints of Mardi Gras #34112E
RGB
CMYK
RGB Variations
Color information
#34112E (or 0x34112E) is known color: Mardi Gras. HEX triplet: 34, 11 and 2E. RGB value is (52,17,46). Sum of RGB (Red+Green+Blue) = 52+17+46=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34112E is #CBEED1. Grayscale: #1E1E1E. Windows color (decimal): -13364946 or 3019060. OLE color: 3019060.
HSL color Cylindrical-coordinate representation of color #34112E: hue angle of 310.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34112E is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 17 | 46 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.80 |
| HSL | 310.29º | 0.51% | 0.14% | - |
| HSV(B) | 310.29º | 0.67% | 0.2% | - |
| XYZ | 2.11 | 1.33 | 2.73 | - |
| YUV | 30.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 46 | 0 | 0.67 | 0.12 | 0.80 | 310.29 | 0.51 | 0.14 |
| Hex | 34 | 11 | 2E | 0 | 43 | C | 50 | 136 | 33 | E |
| Octal | 64 | 21 | 56 | 0 | 103 | 14 | 120 | 466 | 63 | 16 |
| Binary | 110100 | 10001 | 101110 | 0 | 1000011 | 1100 | 1010000 | 100110110 | 110011 | 1110 |
Color Harmonies of #34112E
Complementary color
Monochromatic Colors of #34112E
Black with #34112E
Text Example
Text Example
White with #34112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34112E; }
p { color: rgb(52,17,46); }
H1.HeaderClassName
{
color: #34112E;
}
.AnyTagClassName
{
color: #34112E;
}
</style>
background-color css
<style>
a { background-color: #34112E; }
a { background-color: rgb(52,17,46); }
div.DivClassName
{
background-color: #34112E;
}
.BgClassName
{
background-color: #34112E;
}
</style>
border-color css
<style>
span { border-color: #34112E; }
span { border-color: rgb(52,17,46); }
td.TdClassName
{
border-color: #34112E;
}
.TagClassName
{
border-color: #34112E;
}
</style>