Shades of Mardi Gras #200B22
Tints of Mardi Gras #200B22
RGB
CMYK
RGB Variations
Color information
#200B22 (or 0x200B22) is known color: Mardi Gras. HEX triplet: 20, 0B and 22. RGB value is (32,11,34). Sum of RGB (Red+Green+Blue) = 32+11+34=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 34 (13.67% from 255 or 44.16% from 77); Max value from RGB is 34 - color contains mainly: blue. Hex color #200B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B22 is #DFF4DD. Grayscale: #131313. Windows color (decimal): -14677214 or 2231072. OLE color: 2231072.
HSL color Cylindrical-coordinate representation of color #200B22: hue angle of 294.78º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #200B22 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 34 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.87 |
| HSL | 294.78º | 0.51% | 0.09% | - |
| HSV(B) | 294.78º | 0.68% | 0.13% | - |
| XYZ | 1 | 0.66 | 1.59 | - |
| YUV | 19.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 34 | 0.06 | 0.68 | 0 | 0.87 | 294.78 | 0.51 | 0.09 |
| Hex | 20 | B | 22 | 6 | 44 | 0 | 57 | 127 | 33 | 9 |
| Octal | 40 | 13 | 42 | 6 | 104 | 0 | 127 | 447 | 63 | 11 |
| Binary | 100000 | 1011 | 100010 | 110 | 1000100 | 0 | 1010111 | 100100111 | 110011 | 1001 |
Color Harmonies of #200B22
Complementary color
Monochromatic Colors of #200B22
Black with #200B22
Text Example
Text Example
White with #200B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B22; }
p { color: rgb(32,11,34); }
H1.HeaderClassName
{
color: #200B22;
}
.AnyTagClassName
{
color: #200B22;
}
</style>
background-color css
<style>
a { background-color: #200B22; }
a { background-color: rgb(32,11,34); }
div.DivClassName
{
background-color: #200B22;
}
.BgClassName
{
background-color: #200B22;
}
</style>
border-color css
<style>
span { border-color: #200B22; }
span { border-color: rgb(32,11,34); }
td.TdClassName
{
border-color: #200B22;
}
.TagClassName
{
border-color: #200B22;
}
</style>