Shades of Mardi Gras #340B2C
Tints of Mardi Gras #340B2C
RGB
CMYK
RGB Variations
Color information
#340B2C (or 0x340B2C) is known color: Mardi Gras. HEX triplet: 34, 0B and 2C. RGB value is (52,11,44). Sum of RGB (Red+Green+Blue) = 52+11+44=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #340B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B2C is #CBF4D3. Grayscale: #1A1A1A. Windows color (decimal): -13366484 or 2886452. OLE color: 2886452.
HSL color Cylindrical-coordinate representation of color #340B2C: hue angle of 311.71º 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 #340B2C is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 44 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.80 |
| HSL | 311.71º | 0.65% | 0.12% | - |
| HSV(B) | 311.71º | 0.79% | 0.2% | - |
| XYZ | 1.99 | 1.15 | 2.5 | - |
| YUV | 27.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 44 | 0 | 0.79 | 0.15 | 0.80 | 311.71 | 0.65 | 0.12 |
| Hex | 34 | B | 2C | 0 | 4F | F | 50 | 138 | 41 | C |
| Octal | 64 | 13 | 54 | 0 | 117 | 17 | 120 | 470 | 101 | 14 |
| Binary | 110100 | 1011 | 101100 | 0 | 1001111 | 1111 | 1010000 | 100111000 | 1000001 | 1100 |
Color Harmonies of #340B2C
Complementary color
Monochromatic Colors of #340B2C
Black with #340B2C
Text Example
Text Example
White with #340B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B2C; }
p { color: rgb(52,11,44); }
H1.HeaderClassName
{
color: #340B2C;
}
.AnyTagClassName
{
color: #340B2C;
}
</style>
background-color css
<style>
a { background-color: #340B2C; }
a { background-color: rgb(52,11,44); }
div.DivClassName
{
background-color: #340B2C;
}
.BgClassName
{
background-color: #340B2C;
}
</style>
border-color css
<style>
span { border-color: #340B2C; }
span { border-color: rgb(52,11,44); }
td.TdClassName
{
border-color: #340B2C;
}
.TagClassName
{
border-color: #340B2C;
}
</style>