Shades of Mardi Gras #34052C
Tints of Mardi Gras #34052C
RGB
CMYK
RGB Variations
Color information
#34052C (or 0x34052C) is known color: Mardi Gras. HEX triplet: 34, 05 and 2C. RGB value is (52,5,44). Sum of RGB (Red+Green+Blue) = 52+5+44=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #34052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34052C is #CBFAD3. Grayscale: #171717. Windows color (decimal): -13368020 or 2884916. OLE color: 2884916.
HSL color Cylindrical-coordinate representation of color #34052C: hue angle of 310.21º 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 #34052C is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 44 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.80 |
| HSL | 310.21º | 0.82% | 0.11% | - |
| HSV(B) | 310.21º | 0.9% | 0.2% | - |
| XYZ | 1.93 | 1.02 | 2.48 | - |
| YUV | 23.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 44 | 0 | 0.90 | 0.15 | 0.80 | 310.21 | 0.82 | 0.11 |
| Hex | 34 | 5 | 2C | 0 | 5A | F | 50 | 136 | 52 | B |
| Octal | 64 | 5 | 54 | 0 | 132 | 17 | 120 | 466 | 122 | 13 |
| Binary | 110100 | 101 | 101100 | 0 | 1011010 | 1111 | 1010000 | 100110110 | 1010010 | 1011 |
Color Harmonies of #34052C
Complementary color
Monochromatic Colors of #34052C
Black with #34052C
Text Example
Text Example
White with #34052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34052C; }
p { color: rgb(52,5,44); }
H1.HeaderClassName
{
color: #34052C;
}
.AnyTagClassName
{
color: #34052C;
}
</style>
background-color css
<style>
a { background-color: #34052C; }
a { background-color: rgb(52,5,44); }
div.DivClassName
{
background-color: #34052C;
}
.BgClassName
{
background-color: #34052C;
}
</style>
border-color css
<style>
span { border-color: #34052C; }
span { border-color: rgb(52,5,44); }
td.TdClassName
{
border-color: #34052C;
}
.TagClassName
{
border-color: #34052C;
}
</style>