Shades of Mardi Gras #340B2F
Tints of Mardi Gras #340B2F
RGB
CMYK
RGB Variations
Color information
#340B2F (or 0x340B2F) is known color: Mardi Gras. HEX triplet: 34, 0B and 2F. RGB value is (52,11,47). Sum of RGB (Red+Green+Blue) = 52+11+47=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #340B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B2F is #CBF4D0. Grayscale: #1B1B1B. Windows color (decimal): -13366481 or 3083060. OLE color: 3083060.
HSL color Cylindrical-coordinate representation of color #340B2F: hue angle of 307.32º 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 #340B2F is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 11 | 47 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.80 |
| HSL | 307.32º | 0.65% | 0.12% | - |
| HSV(B) | 307.32º | 0.79% | 0.2% | - |
| XYZ | 2.05 | 1.17 | 2.81 | - |
| YUV | 27.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 11 | 47 | 0 | 0.79 | 0.10 | 0.80 | 307.32 | 0.65 | 0.12 |
| Hex | 34 | B | 2F | 0 | 4F | A | 50 | 133 | 41 | C |
| Octal | 64 | 13 | 57 | 0 | 117 | 12 | 120 | 463 | 101 | 14 |
| Binary | 110100 | 1011 | 101111 | 0 | 1001111 | 1010 | 1010000 | 100110011 | 1000001 | 1100 |
Color Harmonies of #340B2F
Complementary color
Monochromatic Colors of #340B2F
Black with #340B2F
Text Example
Text Example
White with #340B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340B2F; }
p { color: rgb(52,11,47); }
H1.HeaderClassName
{
color: #340B2F;
}
.AnyTagClassName
{
color: #340B2F;
}
</style>
background-color css
<style>
a { background-color: #340B2F; }
a { background-color: rgb(52,11,47); }
div.DivClassName
{
background-color: #340B2F;
}
.BgClassName
{
background-color: #340B2F;
}
</style>
border-color css
<style>
span { border-color: #340B2F; }
span { border-color: rgb(52,11,47); }
td.TdClassName
{
border-color: #340B2F;
}
.TagClassName
{
border-color: #340B2F;
}
</style>