Shades of Mardi Gras #340130
Tints of Mardi Gras #340130
RGB
CMYK
RGB Variations
Color information
#340130 (or 0x340130) is known color: Mardi Gras. HEX triplet: 34, 01 and 30. RGB value is (52,1,48). Sum of RGB (Red+Green+Blue) = 52+1+48=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #340130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340130 is #CBFECF. Grayscale: #151515. Windows color (decimal): -13369040 or 3146036. OLE color: 3146036.
HSL color Cylindrical-coordinate representation of color #340130: hue angle of 304.71º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340130 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 1 | 48 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.80 |
| HSL | 304.71º | 0.96% | 0.1% | - |
| HSV(B) | 304.71º | 0.98% | 0.2% | - |
| XYZ | 1.96 | 0.97 | 2.88 | - |
| YUV | 21.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 48 | 0 | 0.98 | 0.08 | 0.80 | 304.71 | 0.96 | 0.1 |
| Hex | 34 | 1 | 30 | 0 | 62 | 8 | 50 | 131 | 60 | A |
| Octal | 64 | 1 | 60 | 0 | 142 | 10 | 120 | 461 | 140 | 12 |
| Binary | 110100 | 1 | 110000 | 0 | 1100010 | 1000 | 1010000 | 100110001 | 1100000 | 1010 |
Color Harmonies of #340130
Complementary color
Monochromatic Colors of #340130
Black with #340130
Text Example
Text Example
White with #340130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340130; }
p { color: rgb(52,1,48); }
H1.HeaderClassName
{
color: #340130;
}
.AnyTagClassName
{
color: #340130;
}
</style>
background-color css
<style>
a { background-color: #340130; }
a { background-color: rgb(52,1,48); }
div.DivClassName
{
background-color: #340130;
}
.BgClassName
{
background-color: #340130;
}
</style>
border-color css
<style>
span { border-color: #340130; }
span { border-color: rgb(52,1,48); }
td.TdClassName
{
border-color: #340130;
}
.TagClassName
{
border-color: #340130;
}
</style>