Shades of Mardi Gras #34072C
Tints of Mardi Gras #34072C
RGB
CMYK
RGB Variations
Color information
#34072C (or 0x34072C) is known color: Mardi Gras. HEX triplet: 34, 07 and 2C. RGB value is (52,7,44). Sum of RGB (Red+Green+Blue) = 52+7+44=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34072C is #CBF8D3. Grayscale: #181818. Windows color (decimal): -13367508 or 2885428. OLE color: 2885428.
HSL color Cylindrical-coordinate representation of color #34072C: hue angle of 310.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34072C is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 7 | 44 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.80 |
| HSL | 310.67º | 0.76% | 0.12% | - |
| HSV(B) | 310.67º | 0.87% | 0.2% | - |
| XYZ | 1.95 | 1.06 | 2.49 | - |
| YUV | 24.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 44 | 0 | 0.87 | 0.15 | 0.80 | 310.67 | 0.76 | 0.12 |
| Hex | 34 | 7 | 2C | 0 | 57 | F | 50 | 137 | 4C | C |
| Octal | 64 | 7 | 54 | 0 | 127 | 17 | 120 | 467 | 114 | 14 |
| Binary | 110100 | 111 | 101100 | 0 | 1010111 | 1111 | 1010000 | 100110111 | 1001100 | 1100 |
Color Harmonies of #34072C
Complementary color
Monochromatic Colors of #34072C
Black with #34072C
Text Example
Text Example
White with #34072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34072C; }
p { color: rgb(52,7,44); }
H1.HeaderClassName
{
color: #34072C;
}
.AnyTagClassName
{
color: #34072C;
}
</style>
background-color css
<style>
a { background-color: #34072C; }
a { background-color: rgb(52,7,44); }
div.DivClassName
{
background-color: #34072C;
}
.BgClassName
{
background-color: #34072C;
}
</style>
border-color css
<style>
span { border-color: #34072C; }
span { border-color: rgb(52,7,44); }
td.TdClassName
{
border-color: #34072C;
}
.TagClassName
{
border-color: #34072C;
}
</style>