Shades of Mardi Gras #35002D
Tints of Mardi Gras #35002D
RGB
CMYK
RGB Variations
Color information
#35002D (or 0x35002D) is known color: Mardi Gras. HEX triplet: 35, 00 and 2D. RGB value is (53,0,45). Sum of RGB (Red+Green+Blue) = 53+0+45=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #35002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35002D is #CAFFD2. Grayscale: #141414. Windows color (decimal): -13303763 or 2949173. OLE color: 2949173.
HSL color Cylindrical-coordinate representation of color #35002D: hue angle of 309.06º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35002D is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.15 | 0.79 |
| HSL | 309.06º | 1% | 0.1% | - |
| HSV(B) | 309.06º | 1% | 0.21% | - |
| XYZ | 1.94 | 0.95 | 2.56 | - |
| YUV | 20.98 | 141.56 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 45 | 0 | 1 | 0.15 | 0.79 | 309.06 | 1 | 0.1 |
| Hex | 35 | 0 | 2D | 0 | 64 | F | 4F | 135 | 64 | A |
| Octal | 65 | 0 | 55 | 0 | 144 | 17 | 117 | 465 | 144 | 12 |
| Binary | 110101 | 0 | 101101 | 0 | 1100100 | 1111 | 1001111 | 100110101 | 1100100 | 1010 |
Color Harmonies of #35002D
Complementary color
Monochromatic Colors of #35002D
Black with #35002D
Text Example
Text Example
White with #35002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35002D; }
p { color: rgb(53,0,45); }
H1.HeaderClassName
{
color: #35002D;
}
.AnyTagClassName
{
color: #35002D;
}
</style>
background-color css
<style>
a { background-color: #35002D; }
a { background-color: rgb(53,0,45); }
div.DivClassName
{
background-color: #35002D;
}
.BgClassName
{
background-color: #35002D;
}
</style>
border-color css
<style>
span { border-color: #35002D; }
span { border-color: rgb(53,0,45); }
td.TdClassName
{
border-color: #35002D;
}
.TagClassName
{
border-color: #35002D;
}
</style>