Shades of Mardi Gras #340B2D
Tints of Mardi Gras #340B2D
RGB
CMYK
RGB Variations
Color information
#340B2D (or 0x340B2D) is known color: Mardi Gras. HEX triplet: 34, 0B and 2D. RGB value is (52,11,45). Sum of RGB (Red+Green+Blue) = 52+11+45=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #340B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B2D is #CBF4D2. Grayscale: #1B1B1B. Windows color (decimal): -13366483 or 2951988. OLE color: 2951988.
HSL color Cylindrical-coordinate representation of color #340B2D: hue angle of 310.24º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B2D is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 45 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.80 |
| HSL | 310.24º | 0.65% | 0.12% | - |
| HSV(B) | 310.24º | 0.79% | 0.2% | - |
| XYZ | 2.01 | 1.16 | 2.6 | - |
| YUV | 27.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 45 | 0 | 0.79 | 0.13 | 0.80 | 310.24 | 0.65 | 0.12 |
| Hex | 34 | B | 2D | 0 | 4F | D | 50 | 136 | 41 | C |
| Octal | 64 | 13 | 55 | 0 | 117 | 15 | 120 | 466 | 101 | 14 |
| Binary | 110100 | 1011 | 101101 | 0 | 1001111 | 1101 | 1010000 | 100110110 | 1000001 | 1100 |
Color Harmonies of #340B2D
Complementary color
Monochromatic Colors of #340B2D
Black with #340B2D
Text Example
Text Example
White with #340B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B2D; }
p { color: rgb(52,11,45); }
H1.HeaderClassName
{
color: #340B2D;
}
.AnyTagClassName
{
color: #340B2D;
}
</style>
background-color css
<style>
a { background-color: #340B2D; }
a { background-color: rgb(52,11,45); }
div.DivClassName
{
background-color: #340B2D;
}
.BgClassName
{
background-color: #340B2D;
}
</style>
border-color css
<style>
span { border-color: #340B2D; }
span { border-color: rgb(52,11,45); }
td.TdClassName
{
border-color: #340B2D;
}
.TagClassName
{
border-color: #340B2D;
}
</style>