Shades of Mardi Gras #210D23
Tints of Mardi Gras #210D23
RGB
CMYK
RGB Variations
Color information
#210D23 (or 0x210D23) is known color: Mardi Gras. HEX triplet: 21, 0D and 23. RGB value is (33,13,35). Sum of RGB (Red+Green+Blue) = 33+13+35=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #210D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D23 is #DEF2DC. Grayscale: #151515. Windows color (decimal): -14611165 or 2297121. OLE color: 2297121.
HSL color Cylindrical-coordinate representation of color #210D23: hue angle of 294.55º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #210D23 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 13 | 35 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.86 |
| HSL | 294.55º | 0.46% | 0.09% | - |
| HSV(B) | 294.55º | 0.63% | 0.14% | - |
| XYZ | 1.07 | 0.73 | 1.67 | - |
| YUV | 21.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 35 | 0.06 | 0.63 | 0 | 0.86 | 294.55 | 0.46 | 0.09 |
| Hex | 21 | D | 23 | 6 | 3F | 0 | 56 | 127 | 2E | 9 |
| Octal | 41 | 15 | 43 | 6 | 77 | 0 | 126 | 447 | 56 | 11 |
| Binary | 100001 | 1101 | 100011 | 110 | 111111 | 0 | 1010110 | 100100111 | 101110 | 1001 |
Color Harmonies of #210D23
Complementary color
Monochromatic Colors of #210D23
Black with #210D23
Text Example
Text Example
White with #210D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D23; }
p { color: rgb(33,13,35); }
H1.HeaderClassName
{
color: #210D23;
}
.AnyTagClassName
{
color: #210D23;
}
</style>
background-color css
<style>
a { background-color: #210D23; }
a { background-color: rgb(33,13,35); }
div.DivClassName
{
background-color: #210D23;
}
.BgClassName
{
background-color: #210D23;
}
</style>
border-color css
<style>
span { border-color: #210D23; }
span { border-color: rgb(33,13,35); }
td.TdClassName
{
border-color: #210D23;
}
.TagClassName
{
border-color: #210D23;
}
</style>