Shades of Mardi Gras #34052D
Tints of Mardi Gras #34052D
RGB
CMYK
RGB Variations
Color information
#34052D (or 0x34052D) is known color: Mardi Gras. HEX triplet: 34, 05 and 2D. RGB value is (52,5,45). Sum of RGB (Red+Green+Blue) = 52+5+45=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #34052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34052D is #CBFAD2. Grayscale: #171717. Windows color (decimal): -13368019 or 2950452. OLE color: 2950452.
HSL color Cylindrical-coordinate representation of color #34052D: hue angle of 308.94º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34052D is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 45 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.80 |
| HSL | 308.94º | 0.82% | 0.11% | - |
| HSV(B) | 308.94º | 0.9% | 0.2% | - |
| XYZ | 1.94 | 1.03 | 2.58 | - |
| YUV | 23.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 45 | 0 | 0.90 | 0.13 | 0.80 | 308.94 | 0.82 | 0.11 |
| Hex | 34 | 5 | 2D | 0 | 5A | D | 50 | 135 | 52 | B |
| Octal | 64 | 5 | 55 | 0 | 132 | 15 | 120 | 465 | 122 | 13 |
| Binary | 110100 | 101 | 101101 | 0 | 1011010 | 1101 | 1010000 | 100110101 | 1010010 | 1011 |
Color Harmonies of #34052D
Complementary color
Monochromatic Colors of #34052D
Black with #34052D
Text Example
Text Example
White with #34052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34052D; }
p { color: rgb(52,5,45); }
H1.HeaderClassName
{
color: #34052D;
}
.AnyTagClassName
{
color: #34052D;
}
</style>
background-color css
<style>
a { background-color: #34052D; }
a { background-color: rgb(52,5,45); }
div.DivClassName
{
background-color: #34052D;
}
.BgClassName
{
background-color: #34052D;
}
</style>
border-color css
<style>
span { border-color: #34052D; }
span { border-color: rgb(52,5,45); }
td.TdClassName
{
border-color: #34052D;
}
.TagClassName
{
border-color: #34052D;
}
</style>