Shades of Mardi Gras #210A1D
Tints of Mardi Gras #210A1D
RGB
CMYK
RGB Variations
Color information
#210A1D (or 0x210A1D) is known color: Mardi Gras. HEX triplet: 21, 0A and 1D. RGB value is (33,10,29). Sum of RGB (Red+Green+Blue) = 33+10+29=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #210A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A1D is #DEF5E2. Grayscale: #121212. Windows color (decimal): -14611939 or 1903137. OLE color: 1903137.
HSL color Cylindrical-coordinate representation of color #210A1D: hue angle of 310.43º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210A1D is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 10 | 29 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.87 |
| HSL | 310.43º | 0.53% | 0.08% | - |
| HSV(B) | 310.43º | 0.7% | 0.13% | - |
| XYZ | 0.96 | 0.63 | 1.23 | - |
| YUV | 19.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 29 | 0 | 0.70 | 0.12 | 0.87 | 310.43 | 0.53 | 0.08 |
| Hex | 21 | A | 1D | 0 | 46 | C | 57 | 136 | 35 | 8 |
| Octal | 41 | 12 | 35 | 0 | 106 | 14 | 127 | 466 | 65 | 10 |
| Binary | 100001 | 1010 | 11101 | 0 | 1000110 | 1100 | 1010111 | 100110110 | 110101 | 1000 |
Color Harmonies of #210A1D
Complementary color
Monochromatic Colors of #210A1D
Black with #210A1D
Text Example
Text Example
White with #210A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A1D; }
p { color: rgb(33,10,29); }
H1.HeaderClassName
{
color: #210A1D;
}
.AnyTagClassName
{
color: #210A1D;
}
</style>
background-color css
<style>
a { background-color: #210A1D; }
a { background-color: rgb(33,10,29); }
div.DivClassName
{
background-color: #210A1D;
}
.BgClassName
{
background-color: #210A1D;
}
</style>
border-color css
<style>
span { border-color: #210A1D; }
span { border-color: rgb(33,10,29); }
td.TdClassName
{
border-color: #210A1D;
}
.TagClassName
{
border-color: #210A1D;
}
</style>