Shades of Mardi Gras #34062C
Tints of Mardi Gras #34062C
RGB
CMYK
RGB Variations
Color information
#34062C (or 0x34062C) is known color: Mardi Gras. HEX triplet: 34, 06 and 2C. RGB value is (52,6,44). Sum of RGB (Red+Green+Blue) = 52+6+44=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #34062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34062C is #CBF9D3. Grayscale: #171717. Windows color (decimal): -13367764 or 2885172. OLE color: 2885172.
HSL color Cylindrical-coordinate representation of color #34062C: hue angle of 310.43º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34062C is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 6 | 44 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.80 |
| HSL | 310.43º | 0.79% | 0.11% | - |
| HSV(B) | 310.43º | 0.88% | 0.2% | - |
| XYZ | 1.94 | 1.04 | 2.48 | - |
| YUV | 24.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 6 | 44 | 0 | 0.88 | 0.15 | 0.80 | 310.43 | 0.79 | 0.11 |
| Hex | 34 | 6 | 2C | 0 | 58 | F | 50 | 136 | 4F | B |
| Octal | 64 | 6 | 54 | 0 | 130 | 17 | 120 | 466 | 117 | 13 |
| Binary | 110100 | 110 | 101100 | 0 | 1011000 | 1111 | 1010000 | 100110110 | 1001111 | 1011 |
Color Harmonies of #34062C
Complementary color
Monochromatic Colors of #34062C
Black with #34062C
Text Example
Text Example
White with #34062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34062C; }
p { color: rgb(52,6,44); }
H1.HeaderClassName
{
color: #34062C;
}
.AnyTagClassName
{
color: #34062C;
}
</style>
background-color css
<style>
a { background-color: #34062C; }
a { background-color: rgb(52,6,44); }
div.DivClassName
{
background-color: #34062C;
}
.BgClassName
{
background-color: #34062C;
}
</style>
border-color css
<style>
span { border-color: #34062C; }
span { border-color: rgb(52,6,44); }
td.TdClassName
{
border-color: #34062C;
}
.TagClassName
{
border-color: #34062C;
}
</style>