Shades of Mardi Gras #340030
Tints of Mardi Gras #340030
RGB
CMYK
RGB Variations
Color information
#340030 (or 0x340030) is known color: Mardi Gras. HEX triplet: 34, 00 and 30. RGB value is (52,0,48). Sum of RGB (Red+Green+Blue) = 52+0+48=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #340030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340030 is #CBFFCF. Grayscale: #141414. Windows color (decimal): -13369296 or 3145780. OLE color: 3145780.
HSL color Cylindrical-coordinate representation of color #340030: hue angle of 304.62º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340030 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.08 | 0.80 |
| HSL | 304.62º | 1% | 0.1% | - |
| HSV(B) | 304.62º | 1% | 0.2% | - |
| XYZ | 1.95 | 0.94 | 2.88 | - |
| YUV | 21.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 48 | 0 | 1 | 0.08 | 0.80 | 304.62 | 1 | 0.1 |
| Hex | 34 | 0 | 30 | 0 | 64 | 8 | 50 | 131 | 64 | A |
| Octal | 64 | 0 | 60 | 0 | 144 | 10 | 120 | 461 | 144 | 12 |
| Binary | 110100 | 0 | 110000 | 0 | 1100100 | 1000 | 1010000 | 100110001 | 1100100 | 1010 |
Color Harmonies of #340030
Complementary color
Monochromatic Colors of #340030
Black with #340030
Text Example
Text Example
White with #340030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340030; }
p { color: rgb(52,0,48); }
H1.HeaderClassName
{
color: #340030;
}
.AnyTagClassName
{
color: #340030;
}
</style>
background-color css
<style>
a { background-color: #340030; }
a { background-color: rgb(52,0,48); }
div.DivClassName
{
background-color: #340030;
}
.BgClassName
{
background-color: #340030;
}
</style>
border-color css
<style>
span { border-color: #340030; }
span { border-color: rgb(52,0,48); }
td.TdClassName
{
border-color: #340030;
}
.TagClassName
{
border-color: #340030;
}
</style>