Shades of Mardi Gras #340333
Tints of Mardi Gras #340333
RGB
CMYK
RGB Variations
Color information
#340333 (or 0x340333) is known color: Mardi Gras. HEX triplet: 34, 03 and 33. RGB value is (52,3,51). Sum of RGB (Red+Green+Blue) = 52+3+51=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #340333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340333 is #CBFCCC. Grayscale: #161616. Windows color (decimal): -13368525 or 3343156. OLE color: 3343156.
HSL color Cylindrical-coordinate representation of color #340333: hue angle of 301.22º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340333 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 3 | 51 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.80 |
| HSL | 301.22º | 0.89% | 0.11% | - |
| HSV(B) | 301.22º | 0.94% | 0.2% | - |
| XYZ | 2.05 | 1.03 | 3.22 | - |
| YUV | 23.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 51 | 0 | 0.94 | 0.02 | 0.80 | 301.22 | 0.89 | 0.11 |
| Hex | 34 | 3 | 33 | 0 | 5E | 2 | 50 | 12D | 59 | B |
| Octal | 64 | 3 | 63 | 0 | 136 | 2 | 120 | 455 | 131 | 13 |
| Binary | 110100 | 11 | 110011 | 0 | 1011110 | 10 | 1010000 | 100101101 | 1011001 | 1011 |
Color Harmonies of #340333
Complementary color
Monochromatic Colors of #340333
Black with #340333
Text Example
Text Example
White with #340333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340333; }
p { color: rgb(52,3,51); }
H1.HeaderClassName
{
color: #340333;
}
.AnyTagClassName
{
color: #340333;
}
</style>
background-color css
<style>
a { background-color: #340333; }
a { background-color: rgb(52,3,51); }
div.DivClassName
{
background-color: #340333;
}
.BgClassName
{
background-color: #340333;
}
</style>
border-color css
<style>
span { border-color: #340333; }
span { border-color: rgb(52,3,51); }
td.TdClassName
{
border-color: #340333;
}
.TagClassName
{
border-color: #340333;
}
</style>