Shades of Mardi Gras #200F22
Tints of Mardi Gras #200F22
RGB
CMYK
RGB Variations
Color information
#200F22 (or 0x200F22) is known color: Mardi Gras. HEX triplet: 20, 0F and 22. RGB value is (32,15,34). Sum of RGB (Red+Green+Blue) = 32+15+34=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 34 (13.67% from 255 or 41.98% from 81); Max value from RGB is 34 - color contains mainly: blue. Hex color #200F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F22 is #DFF0DD. Grayscale: #161616. Windows color (decimal): -14676190 or 2232096. OLE color: 2232096.
HSL color Cylindrical-coordinate representation of color #200F22: hue angle of 293.68º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #200F22 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 34 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.87 |
| HSL | 293.68º | 0.39% | 0.1% | - |
| HSV(B) | 293.68º | 0.56% | 0.13% | - |
| XYZ | 1.06 | 0.76 | 1.61 | - |
| YUV | 22.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 34 | 0.06 | 0.56 | 0 | 0.87 | 293.68 | 0.39 | 0.1 |
| Hex | 20 | F | 22 | 6 | 38 | 0 | 57 | 126 | 27 | A |
| Octal | 40 | 17 | 42 | 6 | 70 | 0 | 127 | 446 | 47 | 12 |
| Binary | 100000 | 1111 | 100010 | 110 | 111000 | 0 | 1010111 | 100100110 | 100111 | 1010 |
Color Harmonies of #200F22
Complementary color
Monochromatic Colors of #200F22
Black with #200F22
Text Example
Text Example
White with #200F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F22; }
p { color: rgb(32,15,34); }
H1.HeaderClassName
{
color: #200F22;
}
.AnyTagClassName
{
color: #200F22;
}
</style>
background-color css
<style>
a { background-color: #200F22; }
a { background-color: rgb(32,15,34); }
div.DivClassName
{
background-color: #200F22;
}
.BgClassName
{
background-color: #200F22;
}
</style>
border-color css
<style>
span { border-color: #200F22; }
span { border-color: rgb(32,15,34); }
td.TdClassName
{
border-color: #200F22;
}
.TagClassName
{
border-color: #200F22;
}
</style>