Shades of Mardi Gras #340A2E
Tints of Mardi Gras #340A2E
RGB
CMYK
RGB Variations
Color information
#340A2E (or 0x340A2E) is known color: Mardi Gras. HEX triplet: 34, 0A and 2E. RGB value is (52,10,46). Sum of RGB (Red+Green+Blue) = 52+10+46=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #340A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A2E is #CBF5D1. Grayscale: #1A1A1A. Windows color (decimal): -13366738 or 3017268. OLE color: 3017268.
HSL color Cylindrical-coordinate representation of color #340A2E: hue angle of 308.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A2E is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 10 | 46 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.80 |
| HSL | 308.57º | 0.68% | 0.12% | - |
| HSV(B) | 308.57º | 0.81% | 0.2% | - |
| XYZ | 2.02 | 1.14 | 2.7 | - |
| YUV | 26.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 46 | 0 | 0.81 | 0.12 | 0.80 | 308.57 | 0.68 | 0.12 |
| Hex | 34 | A | 2E | 0 | 51 | C | 50 | 135 | 44 | C |
| Octal | 64 | 12 | 56 | 0 | 121 | 14 | 120 | 465 | 104 | 14 |
| Binary | 110100 | 1010 | 101110 | 0 | 1010001 | 1100 | 1010000 | 100110101 | 1000100 | 1100 |
Color Harmonies of #340A2E
Complementary color
Monochromatic Colors of #340A2E
Black with #340A2E
Text Example
Text Example
White with #340A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A2E; }
p { color: rgb(52,10,46); }
H1.HeaderClassName
{
color: #340A2E;
}
.AnyTagClassName
{
color: #340A2E;
}
</style>
background-color css
<style>
a { background-color: #340A2E; }
a { background-color: rgb(52,10,46); }
div.DivClassName
{
background-color: #340A2E;
}
.BgClassName
{
background-color: #340A2E;
}
</style>
border-color css
<style>
span { border-color: #340A2E; }
span { border-color: rgb(52,10,46); }
td.TdClassName
{
border-color: #340A2E;
}
.TagClassName
{
border-color: #340A2E;
}
</style>