Shades of Mardi Gras #340F2E
Tints of Mardi Gras #340F2E
RGB
CMYK
RGB Variations
Color information
#340F2E (or 0x340F2E) is known color: Mardi Gras. HEX triplet: 34, 0F and 2E. RGB value is (52,15,46). Sum of RGB (Red+Green+Blue) = 52+15+46=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #340F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F2E is #CBF0D1. Grayscale: #1D1D1D. Windows color (decimal): -13365458 or 3018548. OLE color: 3018548.
HSL color Cylindrical-coordinate representation of color #340F2E: hue angle of 309.73º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #340F2E is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 46 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.80 |
| HSL | 309.73º | 0.55% | 0.13% | - |
| HSV(B) | 309.73º | 0.71% | 0.2% | - |
| XYZ | 2.08 | 1.27 | 2.72 | - |
| YUV | 29.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 46 | 0 | 0.71 | 0.12 | 0.80 | 309.73 | 0.55 | 0.13 |
| Hex | 34 | F | 2E | 0 | 47 | C | 50 | 136 | 37 | D |
| Octal | 64 | 17 | 56 | 0 | 107 | 14 | 120 | 466 | 67 | 15 |
| Binary | 110100 | 1111 | 101110 | 0 | 1000111 | 1100 | 1010000 | 100110110 | 110111 | 1101 |
Color Harmonies of #340F2E
Complementary color
Monochromatic Colors of #340F2E
Black with #340F2E
Text Example
Text Example
White with #340F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F2E; }
p { color: rgb(52,15,46); }
H1.HeaderClassName
{
color: #340F2E;
}
.AnyTagClassName
{
color: #340F2E;
}
</style>
background-color css
<style>
a { background-color: #340F2E; }
a { background-color: rgb(52,15,46); }
div.DivClassName
{
background-color: #340F2E;
}
.BgClassName
{
background-color: #340F2E;
}
</style>
border-color css
<style>
span { border-color: #340F2E; }
span { border-color: rgb(52,15,46); }
td.TdClassName
{
border-color: #340F2E;
}
.TagClassName
{
border-color: #340F2E;
}
</style>