Shades of Mardi Gras #340B2E
Tints of Mardi Gras #340B2E
RGB
CMYK
RGB Variations
Color information
#340B2E (or 0x340B2E) is known color: Mardi Gras. HEX triplet: 34, 0B and 2E. RGB value is (52,11,46). Sum of RGB (Red+Green+Blue) = 52+11+46=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #340B2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B2E is #CBF4D1. Grayscale: #1B1B1B. Windows color (decimal): -13366482 or 3017524. OLE color: 3017524.
HSL color Cylindrical-coordinate representation of color #340B2E: hue angle of 308.78º 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 #340B2E is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 46 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.80 |
| HSL | 308.78º | 0.65% | 0.12% | - |
| HSV(B) | 308.78º | 0.79% | 0.2% | - |
| XYZ | 2.03 | 1.17 | 2.7 | - |
| YUV | 27.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 46 | 0 | 0.79 | 0.12 | 0.80 | 308.78 | 0.65 | 0.12 |
| Hex | 34 | B | 2E | 0 | 4F | C | 50 | 135 | 41 | C |
| Octal | 64 | 13 | 56 | 0 | 117 | 14 | 120 | 465 | 101 | 14 |
| Binary | 110100 | 1011 | 101110 | 0 | 1001111 | 1100 | 1010000 | 100110101 | 1000001 | 1100 |
Color Harmonies of #340B2E
Complementary color
Monochromatic Colors of #340B2E
Black with #340B2E
Text Example
Text Example
White with #340B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B2E; }
p { color: rgb(52,11,46); }
H1.HeaderClassName
{
color: #340B2E;
}
.AnyTagClassName
{
color: #340B2E;
}
</style>
background-color css
<style>
a { background-color: #340B2E; }
a { background-color: rgb(52,11,46); }
div.DivClassName
{
background-color: #340B2E;
}
.BgClassName
{
background-color: #340B2E;
}
</style>
border-color css
<style>
span { border-color: #340B2E; }
span { border-color: rgb(52,11,46); }
td.TdClassName
{
border-color: #340B2E;
}
.TagClassName
{
border-color: #340B2E;
}
</style>