Shades of Mardi Gras #340D2C
Tints of Mardi Gras #340D2C
RGB
CMYK
RGB Variations
Color information
#340D2C (or 0x340D2C) is known color: Mardi Gras. HEX triplet: 34, 0D and 2C. RGB value is (52,13,44). Sum of RGB (Red+Green+Blue) = 52+13+44=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #340D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D2C is #CBF2D3. Grayscale: #1C1C1C. Windows color (decimal): -13365972 or 2886964. OLE color: 2886964.
HSL color Cylindrical-coordinate representation of color #340D2C: hue angle of 312.31º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D2C is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 13 | 44 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.80 |
| HSL | 312.31º | 0.6% | 0.13% | - |
| HSV(B) | 312.31º | 0.75% | 0.2% | - |
| XYZ | 2.01 | 1.2 | 2.51 | - |
| YUV | 28.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 44 | 0 | 0.75 | 0.15 | 0.80 | 312.31 | 0.6 | 0.13 |
| Hex | 34 | D | 2C | 0 | 4B | F | 50 | 138 | 3C | D |
| Octal | 64 | 15 | 54 | 0 | 113 | 17 | 120 | 470 | 74 | 15 |
| Binary | 110100 | 1101 | 101100 | 0 | 1001011 | 1111 | 1010000 | 100111000 | 111100 | 1101 |
Color Harmonies of #340D2C
Complementary color
Monochromatic Colors of #340D2C
Black with #340D2C
Text Example
Text Example
White with #340D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D2C; }
p { color: rgb(52,13,44); }
H1.HeaderClassName
{
color: #340D2C;
}
.AnyTagClassName
{
color: #340D2C;
}
</style>
background-color css
<style>
a { background-color: #340D2C; }
a { background-color: rgb(52,13,44); }
div.DivClassName
{
background-color: #340D2C;
}
.BgClassName
{
background-color: #340D2C;
}
</style>
border-color css
<style>
span { border-color: #340D2C; }
span { border-color: rgb(52,13,44); }
td.TdClassName
{
border-color: #340D2C;
}
.TagClassName
{
border-color: #340D2C;
}
</style>