Shades of Mardi Gras #35123B
Tints of Mardi Gras #35123B
RGB
CMYK
RGB Variations
Color information
#35123B (or 0x35123B) is known color: Mardi Gras. HEX triplet: 35, 12 and 3B. RGB value is (53,18,59). Sum of RGB (Red+Green+Blue) = 53+18+59=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #35123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35123B is #CAEDC4. Grayscale: #212121. Windows color (decimal): -13299141 or 3871285. OLE color: 3871285.
HSL color Cylindrical-coordinate representation of color #35123B: hue angle of 291.22º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35123B is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 18 | 59 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.77 |
| HSL | 291.22º | 0.53% | 0.15% | - |
| HSV(B) | 291.22º | 0.69% | 0.23% | - |
| XYZ | 2.47 | 1.51 | 4.3 | - |
| YUV | 33.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 59 | 0.10 | 0.69 | 0 | 0.77 | 291.22 | 0.53 | 0.15 |
| Hex | 35 | 12 | 3B | A | 45 | 0 | 4D | 123 | 35 | F |
| Octal | 65 | 22 | 73 | 12 | 105 | 0 | 115 | 443 | 65 | 17 |
| Binary | 110101 | 10010 | 111011 | 1010 | 1000101 | 0 | 1001101 | 100100011 | 110101 | 1111 |
Color Harmonies of #35123B
Complementary color
Monochromatic Colors of #35123B
Black with #35123B
Text Example
Text Example
White with #35123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35123B; }
p { color: rgb(53,18,59); }
H1.HeaderClassName
{
color: #35123B;
}
.AnyTagClassName
{
color: #35123B;
}
</style>
background-color css
<style>
a { background-color: #35123B; }
a { background-color: rgb(53,18,59); }
div.DivClassName
{
background-color: #35123B;
}
.BgClassName
{
background-color: #35123B;
}
</style>
border-color css
<style>
span { border-color: #35123B; }
span { border-color: rgb(53,18,59); }
td.TdClassName
{
border-color: #35123B;
}
.TagClassName
{
border-color: #35123B;
}
</style>