Shades of Mardi Gras #21091D
Tints of Mardi Gras #21091D
RGB
CMYK
RGB Variations
Color information
#21091D (or 0x21091D) is known color: Mardi Gras. HEX triplet: 21, 09 and 1D. RGB value is (33,9,29). Sum of RGB (Red+Green+Blue) = 33+9+29=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #21091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21091D is #DEF6E2. Grayscale: #121212. Windows color (decimal): -14612195 or 1902881. OLE color: 1902881.
HSL color Cylindrical-coordinate representation of color #21091D: hue angle of 310º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21091D is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 9 | 29 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.87 |
| HSL | 310º | 0.57% | 0.08% | - |
| HSV(B) | 310º | 0.73% | 0.13% | - |
| XYZ | 0.95 | 0.61 | 1.23 | - |
| YUV | 18.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 29 | 0 | 0.73 | 0.12 | 0.87 | 310 | 0.57 | 0.08 |
| Hex | 21 | 9 | 1D | 0 | 49 | C | 57 | 136 | 39 | 8 |
| Octal | 41 | 11 | 35 | 0 | 111 | 14 | 127 | 466 | 71 | 10 |
| Binary | 100001 | 1001 | 11101 | 0 | 1001001 | 1100 | 1010111 | 100110110 | 111001 | 1000 |
Color Harmonies of #21091D
Complementary color
Monochromatic Colors of #21091D
Black with #21091D
Text Example
Text Example
White with #21091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21091D; }
p { color: rgb(33,9,29); }
H1.HeaderClassName
{
color: #21091D;
}
.AnyTagClassName
{
color: #21091D;
}
</style>
background-color css
<style>
a { background-color: #21091D; }
a { background-color: rgb(33,9,29); }
div.DivClassName
{
background-color: #21091D;
}
.BgClassName
{
background-color: #21091D;
}
</style>
border-color css
<style>
span { border-color: #21091D; }
span { border-color: rgb(33,9,29); }
td.TdClassName
{
border-color: #21091D;
}
.TagClassName
{
border-color: #21091D;
}
</style>