Shades of Mardi Gras #34102F
Tints of Mardi Gras #34102F
RGB
CMYK
RGB Variations
Color information
#34102F (or 0x34102F) is known color: Mardi Gras. HEX triplet: 34, 10 and 2F. RGB value is (52,16,47). Sum of RGB (Red+Green+Blue) = 52+16+47=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34102F is #CBEFD0. Grayscale: #1E1E1E. Windows color (decimal): -13365201 or 3084340. OLE color: 3084340.
HSL color Cylindrical-coordinate representation of color #34102F: hue angle of 308.33º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34102F is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 16 | 47 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.80 |
| HSL | 308.33º | 0.53% | 0.13% | - |
| HSV(B) | 308.33º | 0.69% | 0.2% | - |
| XYZ | 2.11 | 1.31 | 2.83 | - |
| YUV | 30.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 47 | 0 | 0.69 | 0.10 | 0.80 | 308.33 | 0.53 | 0.13 |
| Hex | 34 | 10 | 2F | 0 | 45 | A | 50 | 134 | 35 | D |
| Octal | 64 | 20 | 57 | 0 | 105 | 12 | 120 | 464 | 65 | 15 |
| Binary | 110100 | 10000 | 101111 | 0 | 1000101 | 1010 | 1010000 | 100110100 | 110101 | 1101 |
Color Harmonies of #34102F
Complementary color
Monochromatic Colors of #34102F
Black with #34102F
Text Example
Text Example
White with #34102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34102F; }
p { color: rgb(52,16,47); }
H1.HeaderClassName
{
color: #34102F;
}
.AnyTagClassName
{
color: #34102F;
}
</style>
background-color css
<style>
a { background-color: #34102F; }
a { background-color: rgb(52,16,47); }
div.DivClassName
{
background-color: #34102F;
}
.BgClassName
{
background-color: #34102F;
}
</style>
border-color css
<style>
span { border-color: #34102F; }
span { border-color: rgb(52,16,47); }
td.TdClassName
{
border-color: #34102F;
}
.TagClassName
{
border-color: #34102F;
}
</style>