Shades of Mardi Gras #35032E
Tints of Mardi Gras #35032E
RGB
CMYK
RGB Variations
Color information
#35032E (or 0x35032E) is known color: Mardi Gras. HEX triplet: 35, 03 and 2E. RGB value is (53,3,46). Sum of RGB (Red+Green+Blue) = 53+3+46=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35032E is #CAFCD1. Grayscale: #161616. Windows color (decimal): -13302994 or 3015477. OLE color: 3015477.
HSL color Cylindrical-coordinate representation of color #35032E: hue angle of 308.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35032E is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 3 | 46 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.79 |
| HSL | 308.4º | 0.89% | 0.11% | - |
| HSV(B) | 308.4º | 0.94% | 0.21% | - |
| XYZ | 1.99 | 1.02 | 2.68 | - |
| YUV | 22.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 46 | 0 | 0.94 | 0.13 | 0.79 | 308.4 | 0.89 | 0.11 |
| Hex | 35 | 3 | 2E | 0 | 5E | D | 4F | 134 | 59 | B |
| Octal | 65 | 3 | 56 | 0 | 136 | 15 | 117 | 464 | 131 | 13 |
| Binary | 110101 | 11 | 101110 | 0 | 1011110 | 1101 | 1001111 | 100110100 | 1011001 | 1011 |
Color Harmonies of #35032E
Complementary color
Monochromatic Colors of #35032E
Black with #35032E
Text Example
Text Example
White with #35032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35032E; }
p { color: rgb(53,3,46); }
H1.HeaderClassName
{
color: #35032E;
}
.AnyTagClassName
{
color: #35032E;
}
</style>
background-color css
<style>
a { background-color: #35032E; }
a { background-color: rgb(53,3,46); }
div.DivClassName
{
background-color: #35032E;
}
.BgClassName
{
background-color: #35032E;
}
</style>
border-color css
<style>
span { border-color: #35032E; }
span { border-color: rgb(53,3,46); }
td.TdClassName
{
border-color: #35032E;
}
.TagClassName
{
border-color: #35032E;
}
</style>