Shades of Mardi Gras #211821
Tints of Mardi Gras #211821
RGB
CMYK
RGB Variations
Color information
#211821 (or 0x211821) is known color: Mardi Gras. HEX triplet: 21, 18 and 21. RGB value is (33,24,33). Sum of RGB (Red+Green+Blue) = 33+24+33=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 33 - color contains mainly: red, blue. Hex color #211821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211821 is #DEE7DE. Grayscale: #1B1B1B. Windows color (decimal): -14608351 or 2168865. OLE color: 2168865.
HSL color Cylindrical-coordinate representation of color #211821: hue angle of 300º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #211821 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 33 | 24 | 33 | - |
CMYK | 0 | 0.27 | 0 | 0.87 |
HSL | 300º | 0.16% | 0.11% | - |
HSV(B) | 300º | 0.27% | 0.13% | - |
XYZ | 1.23 | 1.09 | 1.58 | - |
YUV | 27.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 24 | 33 | 0 | 0.27 | 0 | 0.87 | 300 | 0.16 | 0.11 |
Hex | 21 | 18 | 21 | 0 | 1B | 0 | 57 | 12C | 10 | B |
Octal | 41 | 30 | 41 | 0 | 33 | 0 | 127 | 454 | 20 | 13 |
Binary | 100001 | 11000 | 100001 | 0 | 11011 | 0 | 1010111 | 100101100 | 10000 | 1011 |
Color Harmonies of #211821
Complementary color
Monochromatic Colors of #211821
Black with #211821
Text Example
Text Example
White with #211821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211821; }
p { color: rgb(33,24,33); }
H1.HeaderClassName
{
color: #211821;
}
.AnyTagClassName
{
color: #211821;
}
</style>
background-color css
<style>
a { background-color: #211821; }
a { background-color: rgb(33,24,33); }
div.DivClassName
{
background-color: #211821;
}
.BgClassName
{
background-color: #211821;
}
</style>
border-color css
<style>
span { border-color: #211821; }
span { border-color: rgb(33,24,33); }
td.TdClassName
{
border-color: #211821;
}
.TagClassName
{
border-color: #211821;
}
</style>