Shades of Mardi Gras #340F2D
Tints of Mardi Gras #340F2D
RGB
CMYK
RGB Variations
Color information
#340F2D (or 0x340F2D) is known color: Mardi Gras. HEX triplet: 34, 0F and 2D. RGB value is (52,15,45). Sum of RGB (Red+Green+Blue) = 52+15+45=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #340F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340F2D is #CBF0D2. Grayscale: #1D1D1D. Windows color (decimal): -13365459 or 2953012. OLE color: 2953012.
HSL color Cylindrical-coordinate representation of color #340F2D: hue angle of 311.35º 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 #340F2D is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 15 | 45 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.80 |
| HSL | 311.35º | 0.55% | 0.13% | - |
| HSV(B) | 311.35º | 0.71% | 0.2% | - |
| XYZ | 2.06 | 1.26 | 2.62 | - |
| YUV | 29.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 45 | 0 | 0.71 | 0.13 | 0.80 | 311.35 | 0.55 | 0.13 |
| Hex | 34 | F | 2D | 0 | 47 | D | 50 | 137 | 37 | D |
| Octal | 64 | 17 | 55 | 0 | 107 | 15 | 120 | 467 | 67 | 15 |
| Binary | 110100 | 1111 | 101101 | 0 | 1000111 | 1101 | 1010000 | 100110111 | 110111 | 1101 |
Color Harmonies of #340F2D
Complementary color
Monochromatic Colors of #340F2D
Black with #340F2D
Text Example
Text Example
White with #340F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F2D; }
p { color: rgb(52,15,45); }
H1.HeaderClassName
{
color: #340F2D;
}
.AnyTagClassName
{
color: #340F2D;
}
</style>
background-color css
<style>
a { background-color: #340F2D; }
a { background-color: rgb(52,15,45); }
div.DivClassName
{
background-color: #340F2D;
}
.BgClassName
{
background-color: #340F2D;
}
</style>
border-color css
<style>
span { border-color: #340F2D; }
span { border-color: rgb(52,15,45); }
td.TdClassName
{
border-color: #340F2D;
}
.TagClassName
{
border-color: #340F2D;
}
</style>