Shades of Mardi Gras #340238
Tints of Mardi Gras #340238
RGB
CMYK
RGB Variations
Color information
#340238 (or 0x340238) is known color: Mardi Gras. HEX triplet: 34, 02 and 38. RGB value is (52,2,56). Sum of RGB (Red+Green+Blue) = 52+2+56=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #340238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340238 is #CBFDC7. Grayscale: #161616. Windows color (decimal): -13368776 or 3670580. OLE color: 3670580.
HSL color Cylindrical-coordinate representation of color #340238: hue angle of 295.56º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340238 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 2 | 56 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.78 |
| HSL | 295.56º | 0.93% | 0.11% | - |
| HSV(B) | 295.56º | 0.96% | 0.22% | - |
| XYZ | 2.15 | 1.06 | 3.83 | - |
| YUV | 23.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 56 | 0.07 | 0.96 | 0 | 0.78 | 295.56 | 0.93 | 0.11 |
| Hex | 34 | 2 | 38 | 7 | 60 | 0 | 4E | 128 | 5D | B |
| Octal | 64 | 2 | 70 | 7 | 140 | 0 | 116 | 450 | 135 | 13 |
| Binary | 110100 | 10 | 111000 | 111 | 1100000 | 0 | 1001110 | 100101000 | 1011101 | 1011 |
Color Harmonies of #340238
Complementary color
Monochromatic Colors of #340238
Black with #340238
Text Example
Text Example
White with #340238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340238; }
p { color: rgb(52,2,56); }
H1.HeaderClassName
{
color: #340238;
}
.AnyTagClassName
{
color: #340238;
}
</style>
background-color css
<style>
a { background-color: #340238; }
a { background-color: rgb(52,2,56); }
div.DivClassName
{
background-color: #340238;
}
.BgClassName
{
background-color: #340238;
}
</style>
border-color css
<style>
span { border-color: #340238; }
span { border-color: rgb(52,2,56); }
td.TdClassName
{
border-color: #340238;
}
.TagClassName
{
border-color: #340238;
}
</style>