Shades of Mardi Gras #350230
Tints of Mardi Gras #350230
RGB
CMYK
RGB Variations
Color information
#350230 (or 0x350230) is known color: Mardi Gras. HEX triplet: 35, 02 and 30. RGB value is (53,2,48). Sum of RGB (Red+Green+Blue) = 53+2+48=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #350230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350230 is #CAFDCF. Grayscale: #161616. Windows color (decimal): -13303248 or 3146293. OLE color: 3146293.
HSL color Cylindrical-coordinate representation of color #350230: hue angle of 305.88º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350230 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 48 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.79 |
| HSL | 305.88º | 0.93% | 0.11% | - |
| HSV(B) | 305.88º | 0.96% | 0.21% | - |
| XYZ | 2.02 | 1.01 | 2.89 | - |
| YUV | 22.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 48 | 0 | 0.96 | 0.09 | 0.79 | 305.88 | 0.93 | 0.11 |
| Hex | 35 | 2 | 30 | 0 | 60 | 9 | 4F | 132 | 5D | B |
| Octal | 65 | 2 | 60 | 0 | 140 | 11 | 117 | 462 | 135 | 13 |
| Binary | 110101 | 10 | 110000 | 0 | 1100000 | 1001 | 1001111 | 100110010 | 1011101 | 1011 |
Color Harmonies of #350230
Complementary color
Monochromatic Colors of #350230
Black with #350230
Text Example
Text Example
White with #350230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350230; }
p { color: rgb(53,2,48); }
H1.HeaderClassName
{
color: #350230;
}
.AnyTagClassName
{
color: #350230;
}
</style>
background-color css
<style>
a { background-color: #350230; }
a { background-color: rgb(53,2,48); }
div.DivClassName
{
background-color: #350230;
}
.BgClassName
{
background-color: #350230;
}
</style>
border-color css
<style>
span { border-color: #350230; }
span { border-color: rgb(53,2,48); }
td.TdClassName
{
border-color: #350230;
}
.TagClassName
{
border-color: #350230;
}
</style>