Shades of Mardi Gras #341030
Tints of Mardi Gras #341030
RGB
CMYK
RGB Variations
Color information
#341030 (or 0x341030) is known color: Mardi Gras. HEX triplet: 34, 10 and 30. RGB value is (52,16,48). Sum of RGB (Red+Green+Blue) = 52+16+48=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341030 is #CBEFCF. Grayscale: #1E1E1E. Windows color (decimal): -13365200 or 3149876. OLE color: 3149876.
HSL color Cylindrical-coordinate representation of color #341030: hue angle of 306.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341030 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 16 | 48 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.80 |
| HSL | 306.67º | 0.53% | 0.13% | - |
| HSV(B) | 306.67º | 0.69% | 0.2% | - |
| XYZ | 2.13 | 1.31 | 2.94 | - |
| YUV | 30.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 16 | 48 | 0 | 0.69 | 0.08 | 0.80 | 306.67 | 0.53 | 0.13 |
| Hex | 34 | 10 | 30 | 0 | 45 | 8 | 50 | 133 | 35 | D |
| Octal | 64 | 20 | 60 | 0 | 105 | 10 | 120 | 463 | 65 | 15 |
| Binary | 110100 | 10000 | 110000 | 0 | 1000101 | 1000 | 1010000 | 100110011 | 110101 | 1101 |
Color Harmonies of #341030
Complementary color
Monochromatic Colors of #341030
Black with #341030
Text Example
Text Example
White with #341030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341030; }
p { color: rgb(52,16,48); }
H1.HeaderClassName
{
color: #341030;
}
.AnyTagClassName
{
color: #341030;
}
</style>
background-color css
<style>
a { background-color: #341030; }
a { background-color: rgb(52,16,48); }
div.DivClassName
{
background-color: #341030;
}
.BgClassName
{
background-color: #341030;
}
</style>
border-color css
<style>
span { border-color: #341030; }
span { border-color: rgb(52,16,48); }
td.TdClassName
{
border-color: #341030;
}
.TagClassName
{
border-color: #341030;
}
</style>