Shades of Mardi Gras #200B1D
Tints of Mardi Gras #200B1D
RGB
CMYK
RGB Variations
Color information
#200B1D (or 0x200B1D) is known color: Mardi Gras. HEX triplet: 20, 0B and 1D. RGB value is (32,11,29). Sum of RGB (Red+Green+Blue) = 32+11+29=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #200B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B1D is #DFF4E2. Grayscale: #131313. Windows color (decimal): -14677219 or 1903392. OLE color: 1903392.
HSL color Cylindrical-coordinate representation of color #200B1D: hue angle of 308.57º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200B1D is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 29 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.87 |
| HSL | 308.57º | 0.49% | 0.08% | - |
| HSV(B) | 308.57º | 0.66% | 0.13% | - |
| XYZ | 0.94 | 0.64 | 1.24 | - |
| YUV | 19.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 29 | 0 | 0.66 | 0.09 | 0.87 | 308.57 | 0.49 | 0.08 |
| Hex | 20 | B | 1D | 0 | 42 | 9 | 57 | 135 | 31 | 8 |
| Octal | 40 | 13 | 35 | 0 | 102 | 11 | 127 | 465 | 61 | 10 |
| Binary | 100000 | 1011 | 11101 | 0 | 1000010 | 1001 | 1010111 | 100110101 | 110001 | 1000 |
Color Harmonies of #200B1D
Complementary color
Monochromatic Colors of #200B1D
Black with #200B1D
Text Example
Text Example
White with #200B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B1D; }
p { color: rgb(32,11,29); }
H1.HeaderClassName
{
color: #200B1D;
}
.AnyTagClassName
{
color: #200B1D;
}
</style>
background-color css
<style>
a { background-color: #200B1D; }
a { background-color: rgb(32,11,29); }
div.DivClassName
{
background-color: #200B1D;
}
.BgClassName
{
background-color: #200B1D;
}
</style>
border-color css
<style>
span { border-color: #200B1D; }
span { border-color: rgb(32,11,29); }
td.TdClassName
{
border-color: #200B1D;
}
.TagClassName
{
border-color: #200B1D;
}
</style>