Shades of Mardi Gras #34132F
Tints of Mardi Gras #34132F
RGB
CMYK
RGB Variations
Color information
#34132F (or 0x34132F) is known color: Mardi Gras. HEX triplet: 34, 13 and 2F. RGB value is (52,19,47). Sum of RGB (Red+Green+Blue) = 52+19+47=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34132F is #CBECD0. Grayscale: #1F1F1F. Windows color (decimal): -13364433 or 3085108. OLE color: 3085108.
HSL color Cylindrical-coordinate representation of color #34132F: hue angle of 309.09º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34132F is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 19 | 47 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.80 |
| HSL | 309.09º | 0.46% | 0.14% | - |
| HSV(B) | 309.09º | 0.63% | 0.2% | - |
| XYZ | 2.16 | 1.4 | 2.85 | - |
| YUV | 32.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 47 | 0 | 0.63 | 0.10 | 0.80 | 309.09 | 0.46 | 0.14 |
| Hex | 34 | 13 | 2F | 0 | 3F | A | 50 | 135 | 2E | E |
| Octal | 64 | 23 | 57 | 0 | 77 | 12 | 120 | 465 | 56 | 16 |
| Binary | 110100 | 10011 | 101111 | 0 | 111111 | 1010 | 1010000 | 100110101 | 101110 | 1110 |
Color Harmonies of #34132F
Complementary color
Monochromatic Colors of #34132F
Black with #34132F
Text Example
Text Example
White with #34132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34132F; }
p { color: rgb(52,19,47); }
H1.HeaderClassName
{
color: #34132F;
}
.AnyTagClassName
{
color: #34132F;
}
</style>
background-color css
<style>
a { background-color: #34132F; }
a { background-color: rgb(52,19,47); }
div.DivClassName
{
background-color: #34132F;
}
.BgClassName
{
background-color: #34132F;
}
</style>
border-color css
<style>
span { border-color: #34132F; }
span { border-color: rgb(52,19,47); }
td.TdClassName
{
border-color: #34132F;
}
.TagClassName
{
border-color: #34132F;
}
</style>