Shades of Mardi Gras #340C39
Tints of Mardi Gras #340C39
RGB
CMYK
RGB Variations
Color information
#340C39 (or 0x340C39) is known color: Mardi Gras. HEX triplet: 34, 0C and 39. RGB value is (52,12,57). Sum of RGB (Red+Green+Blue) = 52+12+57=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #340C39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C39 is #CBF3C6. Grayscale: #1C1C1C. Windows color (decimal): -13366215 or 3738676. OLE color: 3738676.
HSL color Cylindrical-coordinate representation of color #340C39: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340C39 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 12 | 57 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.78 |
| HSL | 293.33º | 0.65% | 0.14% | - |
| HSV(B) | 293.33º | 0.79% | 0.22% | - |
| XYZ | 2.29 | 1.29 | 4 | - |
| YUV | 29.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 12 | 57 | 0.09 | 0.79 | 0 | 0.78 | 293.33 | 0.65 | 0.14 |
| Hex | 34 | C | 39 | 9 | 4F | 0 | 4E | 125 | 41 | E |
| Octal | 64 | 14 | 71 | 11 | 117 | 0 | 116 | 445 | 101 | 16 |
| Binary | 110100 | 1100 | 111001 | 1001 | 1001111 | 0 | 1001110 | 100100101 | 1000001 | 1110 |
Color Harmonies of #340C39
Complementary color
Monochromatic Colors of #340C39
Black with #340C39
Text Example
Text Example
White with #340C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340C39; }
p { color: rgb(52,12,57); }
H1.HeaderClassName
{
color: #340C39;
}
.AnyTagClassName
{
color: #340C39;
}
</style>
background-color css
<style>
a { background-color: #340C39; }
a { background-color: rgb(52,12,57); }
div.DivClassName
{
background-color: #340C39;
}
.BgClassName
{
background-color: #340C39;
}
</style>
border-color css
<style>
span { border-color: #340C39; }
span { border-color: rgb(52,12,57); }
td.TdClassName
{
border-color: #340C39;
}
.TagClassName
{
border-color: #340C39;
}
</style>