Shades of Mardi Gras #34032F
Tints of Mardi Gras #34032F
RGB
CMYK
RGB Variations
Color information
#34032F (or 0x34032F) is known color: Mardi Gras. HEX triplet: 34, 03 and 2F. RGB value is (52,3,47). Sum of RGB (Red+Green+Blue) = 52+3+47=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #34032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34032F is #CBFCD0. Grayscale: #161616. Windows color (decimal): -13368529 or 3081012. OLE color: 3081012.
HSL color Cylindrical-coordinate representation of color #34032F: hue angle of 306.12º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34032F is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 3 | 47 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.80 |
| HSL | 306.12º | 0.89% | 0.11% | - |
| HSV(B) | 306.12º | 0.94% | 0.2% | - |
| XYZ | 1.96 | 1 | 2.78 | - |
| YUV | 22.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 47 | 0 | 0.94 | 0.10 | 0.80 | 306.12 | 0.89 | 0.11 |
| Hex | 34 | 3 | 2F | 0 | 5E | A | 50 | 132 | 59 | B |
| Octal | 64 | 3 | 57 | 0 | 136 | 12 | 120 | 462 | 131 | 13 |
| Binary | 110100 | 11 | 101111 | 0 | 1011110 | 1010 | 1010000 | 100110010 | 1011001 | 1011 |
Color Harmonies of #34032F
Complementary color
Monochromatic Colors of #34032F
Black with #34032F
Text Example
Text Example
White with #34032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34032F; }
p { color: rgb(52,3,47); }
H1.HeaderClassName
{
color: #34032F;
}
.AnyTagClassName
{
color: #34032F;
}
</style>
background-color css
<style>
a { background-color: #34032F; }
a { background-color: rgb(52,3,47); }
div.DivClassName
{
background-color: #34032F;
}
.BgClassName
{
background-color: #34032F;
}
</style>
border-color css
<style>
span { border-color: #34032F; }
span { border-color: rgb(52,3,47); }
td.TdClassName
{
border-color: #34032F;
}
.TagClassName
{
border-color: #34032F;
}
</style>