Shades of Mardi Gras #35122F
Tints of Mardi Gras #35122F
RGB
CMYK
RGB Variations
Color information
#35122F (or 0x35122F) is known color: Mardi Gras. HEX triplet: 35, 12 and 2F. RGB value is (53,18,47). Sum of RGB (Red+Green+Blue) = 53+18+47=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122F is #CAEDD0. Grayscale: #1F1F1F. Windows color (decimal): -13299153 or 3084853. OLE color: 3084853.
HSL color Cylindrical-coordinate representation of color #35122F: hue angle of 310.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35122F is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 18 | 47 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.79 |
| HSL | 310.29º | 0.49% | 0.14% | - |
| HSV(B) | 310.29º | 0.66% | 0.21% | - |
| XYZ | 2.2 | 1.39 | 2.84 | - |
| YUV | 31.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 47 | 0 | 0.66 | 0.11 | 0.79 | 310.29 | 0.49 | 0.14 |
| Hex | 35 | 12 | 2F | 0 | 42 | B | 4F | 136 | 31 | E |
| Octal | 65 | 22 | 57 | 0 | 102 | 13 | 117 | 466 | 61 | 16 |
| Binary | 110101 | 10010 | 101111 | 0 | 1000010 | 1011 | 1001111 | 100110110 | 110001 | 1110 |
Color Harmonies of #35122F
Complementary color
Monochromatic Colors of #35122F
Black with #35122F
Text Example
Text Example
White with #35122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35122F; }
p { color: rgb(53,18,47); }
H1.HeaderClassName
{
color: #35122F;
}
.AnyTagClassName
{
color: #35122F;
}
</style>
background-color css
<style>
a { background-color: #35122F; }
a { background-color: rgb(53,18,47); }
div.DivClassName
{
background-color: #35122F;
}
.BgClassName
{
background-color: #35122F;
}
</style>
border-color css
<style>
span { border-color: #35122F; }
span { border-color: rgb(53,18,47); }
td.TdClassName
{
border-color: #35122F;
}
.TagClassName
{
border-color: #35122F;
}
</style>