Shades of Mardi Gras #200122
Tints of Mardi Gras #200122
RGB
CMYK
RGB Variations
Color information
#200122 (or 0x200122) is known color: Mardi Gras. HEX triplet: 20, 01 and 22. RGB value is (32,1,34). Sum of RGB (Red+Green+Blue) = 32+1+34=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 34 (13.67% from 255 or 50.75% from 67); Max value from RGB is 34 - color contains mainly: blue. Hex color #200122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200122 is #DFFEDD. Grayscale: #0D0D0D. Windows color (decimal): -14679774 or 2228512. OLE color: 2228512.
HSL color Cylindrical-coordinate representation of color #200122: hue angle of 296.36º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200122 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 34 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.87 |
| HSL | 296.36º | 0.94% | 0.07% | - |
| HSV(B) | 296.36º | 0.97% | 0.13% | - |
| XYZ | 0.9 | 0.44 | 1.55 | - |
| YUV | 14.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 34 | 0.06 | 0.97 | 0 | 0.87 | 296.36 | 0.94 | 0.07 |
| Hex | 20 | 1 | 22 | 6 | 61 | 0 | 57 | 128 | 5E | 7 |
| Octal | 40 | 1 | 42 | 6 | 141 | 0 | 127 | 450 | 136 | 7 |
| Binary | 100000 | 1 | 100010 | 110 | 1100001 | 0 | 1010111 | 100101000 | 1011110 | 111 |
Color Harmonies of #200122
Complementary color
Monochromatic Colors of #200122
Black with #200122
Text Example
Text Example
White with #200122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200122; }
p { color: rgb(32,1,34); }
H1.HeaderClassName
{
color: #200122;
}
.AnyTagClassName
{
color: #200122;
}
</style>
background-color css
<style>
a { background-color: #200122; }
a { background-color: rgb(32,1,34); }
div.DivClassName
{
background-color: #200122;
}
.BgClassName
{
background-color: #200122;
}
</style>
border-color css
<style>
span { border-color: #200122; }
span { border-color: rgb(32,1,34); }
td.TdClassName
{
border-color: #200122;
}
.TagClassName
{
border-color: #200122;
}
</style>