Shades of Mardi Gras #210A24
Tints of Mardi Gras #210A24
RGB
CMYK
RGB Variations
Color information
#210A24 (or 0x210A24) is known color: Mardi Gras. HEX triplet: 21, 0A and 24. RGB value is (33,10,36). Sum of RGB (Red+Green+Blue) = 33+10+36=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #210A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A24 is #DEF5DB. Grayscale: #131313. Windows color (decimal): -14611932 or 2361889. OLE color: 2361889.
HSL color Cylindrical-coordinate representation of color #210A24: hue angle of 293.08º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #210A24 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 10 | 36 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.86 |
| HSL | 293.08º | 0.57% | 0.09% | - |
| HSV(B) | 293.08º | 0.72% | 0.14% | - |
| XYZ | 1.05 | 0.67 | 1.74 | - |
| YUV | 19.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 36 | 0.08 | 0.72 | 0 | 0.86 | 293.08 | 0.57 | 0.09 |
| Hex | 21 | A | 24 | 8 | 48 | 0 | 56 | 125 | 39 | 9 |
| Octal | 41 | 12 | 44 | 10 | 110 | 0 | 126 | 445 | 71 | 11 |
| Binary | 100001 | 1010 | 100100 | 1000 | 1001000 | 0 | 1010110 | 100100101 | 111001 | 1001 |
Color Harmonies of #210A24
Complementary color
Monochromatic Colors of #210A24
Black with #210A24
Text Example
Text Example
White with #210A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A24; }
p { color: rgb(33,10,36); }
H1.HeaderClassName
{
color: #210A24;
}
.AnyTagClassName
{
color: #210A24;
}
</style>
background-color css
<style>
a { background-color: #210A24; }
a { background-color: rgb(33,10,36); }
div.DivClassName
{
background-color: #210A24;
}
.BgClassName
{
background-color: #210A24;
}
</style>
border-color css
<style>
span { border-color: #210A24; }
span { border-color: rgb(33,10,36); }
td.TdClassName
{
border-color: #210A24;
}
.TagClassName
{
border-color: #210A24;
}
</style>