Shades of Mardi Gras #21021B
Tints of Mardi Gras #21021B
RGB
CMYK
RGB Variations
Color information
#21021B (or 0x21021B) is known color: Mardi Gras. HEX triplet: 21, 02 and 1B. RGB value is (33,2,27). Sum of RGB (Red+Green+Blue) = 33+2+27=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #21021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21021B is #DEFDE4. Grayscale: #0E0E0E. Windows color (decimal): -14613989 or 1770017. OLE color: 1770017.
HSL color Cylindrical-coordinate representation of color #21021B: hue angle of 311.61º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21021B is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 27 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.87 |
| HSL | 311.61º | 0.89% | 0.07% | - |
| HSV(B) | 311.61º | 0.94% | 0.13% | - |
| XYZ | 0.85 | 0.45 | 1.08 | - |
| YUV | 14.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 27 | 0 | 0.94 | 0.18 | 0.87 | 311.61 | 0.89 | 0.07 |
| Hex | 21 | 2 | 1B | 0 | 5E | 12 | 57 | 138 | 59 | 7 |
| Octal | 41 | 2 | 33 | 0 | 136 | 22 | 127 | 470 | 131 | 7 |
| Binary | 100001 | 10 | 11011 | 0 | 1011110 | 10010 | 1010111 | 100111000 | 1011001 | 111 |
Color Harmonies of #21021B
Complementary color
Monochromatic Colors of #21021B
Black with #21021B
Text Example
Text Example
White with #21021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21021B; }
p { color: rgb(33,2,27); }
H1.HeaderClassName
{
color: #21021B;
}
.AnyTagClassName
{
color: #21021B;
}
</style>
background-color css
<style>
a { background-color: #21021B; }
a { background-color: rgb(33,2,27); }
div.DivClassName
{
background-color: #21021B;
}
.BgClassName
{
background-color: #21021B;
}
</style>
border-color css
<style>
span { border-color: #21021B; }
span { border-color: rgb(33,2,27); }
td.TdClassName
{
border-color: #21021B;
}
.TagClassName
{
border-color: #21021B;
}
</style>