Shades of Mardi Gras #340D2E
Tints of Mardi Gras #340D2E
RGB
CMYK
RGB Variations
Color information
#340D2E (or 0x340D2E) is known color: Mardi Gras. HEX triplet: 34, 0D and 2E. RGB value is (52,13,46). Sum of RGB (Red+Green+Blue) = 52+13+46=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #340D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D2E is #CBF2D1. Grayscale: #1C1C1C. Windows color (decimal): -13365970 or 3018036. OLE color: 3018036.
HSL color Cylindrical-coordinate representation of color #340D2E: hue angle of 309.23º 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 #340D2E is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 13 | 46 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.80 |
| HSL | 309.23º | 0.6% | 0.13% | - |
| HSV(B) | 309.23º | 0.75% | 0.2% | - |
| XYZ | 2.05 | 1.22 | 2.71 | - |
| YUV | 28.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 46 | 0 | 0.75 | 0.12 | 0.80 | 309.23 | 0.6 | 0.13 |
| Hex | 34 | D | 2E | 0 | 4B | C | 50 | 135 | 3C | D |
| Octal | 64 | 15 | 56 | 0 | 113 | 14 | 120 | 465 | 74 | 15 |
| Binary | 110100 | 1101 | 101110 | 0 | 1001011 | 1100 | 1010000 | 100110101 | 111100 | 1101 |
Color Harmonies of #340D2E
Complementary color
Monochromatic Colors of #340D2E
Black with #340D2E
Text Example
Text Example
White with #340D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D2E; }
p { color: rgb(52,13,46); }
H1.HeaderClassName
{
color: #340D2E;
}
.AnyTagClassName
{
color: #340D2E;
}
</style>
background-color css
<style>
a { background-color: #340D2E; }
a { background-color: rgb(52,13,46); }
div.DivClassName
{
background-color: #340D2E;
}
.BgClassName
{
background-color: #340D2E;
}
</style>
border-color css
<style>
span { border-color: #340D2E; }
span { border-color: rgb(52,13,46); }
td.TdClassName
{
border-color: #340D2E;
}
.TagClassName
{
border-color: #340D2E;
}
</style>