Shades of Mardi Gras #210A1F
Tints of Mardi Gras #210A1F
RGB
CMYK
RGB Variations
Color information
#210A1F (or 0x210A1F) is known color: Mardi Gras. HEX triplet: 21, 0A and 1F. RGB value is (33,10,31). Sum of RGB (Red+Green+Blue) = 33+10+31=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #210A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A1F is #DEF5E0. Grayscale: #131313. Windows color (decimal): -14611937 or 2034209. OLE color: 2034209.
HSL color Cylindrical-coordinate representation of color #210A1F: hue angle of 305.22º 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 #210A1F is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 10 | 31 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.87 |
| HSL | 305.22º | 0.53% | 0.08% | - |
| HSV(B) | 305.22º | 0.7% | 0.13% | - |
| XYZ | 0.98 | 0.64 | 1.37 | - |
| YUV | 19.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 31 | 0 | 0.70 | 0.06 | 0.87 | 305.22 | 0.53 | 0.08 |
| Hex | 21 | A | 1F | 0 | 46 | 6 | 57 | 131 | 35 | 8 |
| Octal | 41 | 12 | 37 | 0 | 106 | 6 | 127 | 461 | 65 | 10 |
| Binary | 100001 | 1010 | 11111 | 0 | 1000110 | 110 | 1010111 | 100110001 | 110101 | 1000 |
Color Harmonies of #210A1F
Complementary color
Monochromatic Colors of #210A1F
Black with #210A1F
Text Example
Text Example
White with #210A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A1F; }
p { color: rgb(33,10,31); }
H1.HeaderClassName
{
color: #210A1F;
}
.AnyTagClassName
{
color: #210A1F;
}
</style>
background-color css
<style>
a { background-color: #210A1F; }
a { background-color: rgb(33,10,31); }
div.DivClassName
{
background-color: #210A1F;
}
.BgClassName
{
background-color: #210A1F;
}
</style>
border-color css
<style>
span { border-color: #210A1F; }
span { border-color: rgb(33,10,31); }
td.TdClassName
{
border-color: #210A1F;
}
.TagClassName
{
border-color: #210A1F;
}
</style>