Shades of Mardi Gras #34002C
Tints of Mardi Gras #34002C
RGB
CMYK
RGB Variations
Color information
#34002C (or 0x34002C) is known color: Mardi Gras. HEX triplet: 34, 00 and 2C. RGB value is (52,0,44). Sum of RGB (Red+Green+Blue) = 52+0+44=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #34002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34002C is #CBFFD3. Grayscale: #141414. Windows color (decimal): -13369300 or 2883636. OLE color: 2883636.
HSL color Cylindrical-coordinate representation of color #34002C: hue angle of 309.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34002C is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.15 | 0.80 |
| HSL | 309.23º | 1% | 0.1% | - |
| HSV(B) | 309.23º | 1% | 0.2% | - |
| XYZ | 1.87 | 0.91 | 2.46 | - |
| YUV | 20.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 44 | 0 | 1 | 0.15 | 0.80 | 309.23 | 1 | 0.1 |
| Hex | 34 | 0 | 2C | 0 | 64 | F | 50 | 135 | 64 | A |
| Octal | 64 | 0 | 54 | 0 | 144 | 17 | 120 | 465 | 144 | 12 |
| Binary | 110100 | 0 | 101100 | 0 | 1100100 | 1111 | 1010000 | 100110101 | 1100100 | 1010 |
Color Harmonies of #34002C
Complementary color
Monochromatic Colors of #34002C
Black with #34002C
Text Example
Text Example
White with #34002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34002C; }
p { color: rgb(52,0,44); }
H1.HeaderClassName
{
color: #34002C;
}
.AnyTagClassName
{
color: #34002C;
}
</style>
background-color css
<style>
a { background-color: #34002C; }
a { background-color: rgb(52,0,44); }
div.DivClassName
{
background-color: #34002C;
}
.BgClassName
{
background-color: #34002C;
}
</style>
border-color css
<style>
span { border-color: #34002C; }
span { border-color: rgb(52,0,44); }
td.TdClassName
{
border-color: #34002C;
}
.TagClassName
{
border-color: #34002C;
}
</style>