Shades of Mardi Gras #210D1E
Tints of Mardi Gras #210D1E
RGB
CMYK
RGB Variations
Color information
#210D1E (or 0x210D1E) is known color: Mardi Gras. HEX triplet: 21, 0D and 1E. RGB value is (33,13,30). Sum of RGB (Red+Green+Blue) = 33+13+30=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #210D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D1E is #DEF2E1. Grayscale: #141414. Windows color (decimal): -14611170 or 1969441. OLE color: 1969441.
HSL color Cylindrical-coordinate representation of color #210D1E: hue angle of 309º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #210D1E is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 30 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.87 |
| HSL | 309º | 0.43% | 0.09% | - |
| HSV(B) | 309º | 0.61% | 0.13% | - |
| XYZ | 1.01 | 0.7 | 1.31 | - |
| YUV | 20.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 30 | 0 | 0.61 | 0.09 | 0.87 | 309 | 0.43 | 0.09 |
| Hex | 21 | D | 1E | 0 | 3D | 9 | 57 | 135 | 2B | 9 |
| Octal | 41 | 15 | 36 | 0 | 75 | 11 | 127 | 465 | 53 | 11 |
| Binary | 100001 | 1101 | 11110 | 0 | 111101 | 1001 | 1010111 | 100110101 | 101011 | 1001 |
Color Harmonies of #210D1E
Complementary color
Monochromatic Colors of #210D1E
Black with #210D1E
Text Example
Text Example
White with #210D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D1E; }
p { color: rgb(33,13,30); }
H1.HeaderClassName
{
color: #210D1E;
}
.AnyTagClassName
{
color: #210D1E;
}
</style>
background-color css
<style>
a { background-color: #210D1E; }
a { background-color: rgb(33,13,30); }
div.DivClassName
{
background-color: #210D1E;
}
.BgClassName
{
background-color: #210D1E;
}
</style>
border-color css
<style>
span { border-color: #210D1E; }
span { border-color: rgb(33,13,30); }
td.TdClassName
{
border-color: #210D1E;
}
.TagClassName
{
border-color: #210D1E;
}
</style>