Shades of Mardi Gras #201522
Tints of Mardi Gras #201522
RGB
CMYK
RGB Variations
Color information
#201522 (or 0x201522) is known color: Mardi Gras. HEX triplet: 20, 15 and 22. RGB value is (32,21,34). Sum of RGB (Red+Green+Blue) = 32+21+34=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 34 - color contains mainly: blue. Hex color #201522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201522 is #DFEADD. Grayscale: #191919. Windows color (decimal): -14674654 or 2233632. OLE color: 2233632.
HSL color Cylindrical-coordinate representation of color #201522: hue angle of 290.77º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201522 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 34 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.87 |
| HSL | 290.77º | 0.24% | 0.11% | - |
| HSV(B) | 290.77º | 0.38% | 0.13% | - |
| XYZ | 1.15 | 0.96 | 1.64 | - |
| YUV | 25.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 34 | 0.06 | 0.38 | 0 | 0.87 | 290.77 | 0.24 | 0.11 |
| Hex | 20 | 15 | 22 | 6 | 26 | 0 | 57 | 123 | 18 | B |
| Octal | 40 | 25 | 42 | 6 | 46 | 0 | 127 | 443 | 30 | 13 |
| Binary | 100000 | 10101 | 100010 | 110 | 100110 | 0 | 1010111 | 100100011 | 11000 | 1011 |
Color Harmonies of #201522
Complementary color
Monochromatic Colors of #201522
Black with #201522
Text Example
Text Example
White with #201522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201522; }
p { color: rgb(32,21,34); }
H1.HeaderClassName
{
color: #201522;
}
.AnyTagClassName
{
color: #201522;
}
</style>
background-color css
<style>
a { background-color: #201522; }
a { background-color: rgb(32,21,34); }
div.DivClassName
{
background-color: #201522;
}
.BgClassName
{
background-color: #201522;
}
</style>
border-color css
<style>
span { border-color: #201522; }
span { border-color: rgb(32,21,34); }
td.TdClassName
{
border-color: #201522;
}
.TagClassName
{
border-color: #201522;
}
</style>