Shades of Mardi Gras #35223A
Tints of Mardi Gras #35223A
RGB
CMYK
RGB Variations
Color information
#35223A (or 0x35223A) is known color: Mardi Gras. HEX triplet: 35, 22 and 3A. RGB value is (53,34,58). Sum of RGB (Red+Green+Blue) = 53+34+58=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #35223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35223A is #CADDC5. Grayscale: #2A2A2A. Windows color (decimal): -13295046 or 3809845. OLE color: 3809845.
HSL color Cylindrical-coordinate representation of color #35223A: hue angle of 287.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35223A is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 34 | 58 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.77 |
| HSL | 287.5º | 0.26% | 0.18% | - |
| HSV(B) | 287.5º | 0.41% | 0.23% | - |
| XYZ | 2.8 | 2.21 | 4.28 | - |
| YUV | 42.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 58 | 0.09 | 0.41 | 0 | 0.77 | 287.5 | 0.26 | 0.18 |
| Hex | 35 | 22 | 3A | 9 | 29 | 0 | 4D | 120 | 1A | 12 |
| Octal | 65 | 42 | 72 | 11 | 51 | 0 | 115 | 440 | 32 | 22 |
| Binary | 110101 | 100010 | 111010 | 1001 | 101001 | 0 | 1001101 | 100100000 | 11010 | 10010 |
Color Harmonies of #35223A
Complementary color
Monochromatic Colors of #35223A
Black with #35223A
Text Example
Text Example
White with #35223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35223A; }
p { color: rgb(53,34,58); }
H1.HeaderClassName
{
color: #35223A;
}
.AnyTagClassName
{
color: #35223A;
}
</style>
background-color css
<style>
a { background-color: #35223A; }
a { background-color: rgb(53,34,58); }
div.DivClassName
{
background-color: #35223A;
}
.BgClassName
{
background-color: #35223A;
}
</style>
border-color css
<style>
span { border-color: #35223A; }
span { border-color: rgb(53,34,58); }
td.TdClassName
{
border-color: #35223A;
}
.TagClassName
{
border-color: #35223A;
}
</style>