Shades of Mardi Gras #210E23
Tints of Mardi Gras #210E23
RGB
CMYK
RGB Variations
Color information
#210E23 (or 0x210E23) is known color: Mardi Gras. HEX triplet: 21, 0E and 23. RGB value is (33,14,35). Sum of RGB (Red+Green+Blue) = 33+14+35=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #210E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E23 is #DEF1DC. Grayscale: #161616. Windows color (decimal): -14610909 or 2297377. OLE color: 2297377.
HSL color Cylindrical-coordinate representation of color #210E23: hue angle of 294.29º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #210E23 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 14 | 35 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.86 |
| HSL | 294.29º | 0.43% | 0.1% | - |
| HSV(B) | 294.29º | 0.6% | 0.14% | - |
| XYZ | 1.09 | 0.76 | 1.68 | - |
| YUV | 22.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 35 | 0.06 | 0.60 | 0 | 0.86 | 294.29 | 0.43 | 0.1 |
| Hex | 21 | E | 23 | 6 | 3C | 0 | 56 | 126 | 2B | A |
| Octal | 41 | 16 | 43 | 6 | 74 | 0 | 126 | 446 | 53 | 12 |
| Binary | 100001 | 1110 | 100011 | 110 | 111100 | 0 | 1010110 | 100100110 | 101011 | 1010 |
Color Harmonies of #210E23
Complementary color
Monochromatic Colors of #210E23
Black with #210E23
Text Example
Text Example
White with #210E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E23; }
p { color: rgb(33,14,35); }
H1.HeaderClassName
{
color: #210E23;
}
.AnyTagClassName
{
color: #210E23;
}
</style>
background-color css
<style>
a { background-color: #210E23; }
a { background-color: rgb(33,14,35); }
div.DivClassName
{
background-color: #210E23;
}
.BgClassName
{
background-color: #210E23;
}
</style>
border-color css
<style>
span { border-color: #210E23; }
span { border-color: rgb(33,14,35); }
td.TdClassName
{
border-color: #210E23;
}
.TagClassName
{
border-color: #210E23;
}
</style>