Shades of Mardi Gras #210023
Tints of Mardi Gras #210023
RGB
CMYK
RGB Variations
Color information
#210023 (or 0x210023) is known color: Mardi Gras. HEX triplet: 21, 00 and 23. RGB value is (33,0,35). Sum of RGB (Red+Green+Blue) = 33+0+35=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 35 (14.06% from 255 or 51.47% from 68); Max value from RGB is 35 - color contains mainly: blue. Hex color #210023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210023 is #DEFFDC. Grayscale: #0D0D0D. Windows color (decimal): -14614493 or 2293793. OLE color: 2293793.
HSL color Cylindrical-coordinate representation of color #210023: hue angle of 296.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210023 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 0 | 35 | - |
| CMYK | 0.06 | 1 | 0 | 0.86 |
| HSL | 296.57º | 1% | 0.07% | - |
| HSV(B) | 296.57º | 1% | 0.14% | - |
| XYZ | 0.93 | 0.44 | 1.63 | - |
| YUV | 13.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 35 | 0.06 | 1 | 0 | 0.86 | 296.57 | 1 | 0.07 |
| Hex | 21 | 0 | 23 | 6 | 64 | 0 | 56 | 129 | 64 | 7 |
| Octal | 41 | 0 | 43 | 6 | 144 | 0 | 126 | 451 | 144 | 7 |
| Binary | 100001 | 0 | 100011 | 110 | 1100100 | 0 | 1010110 | 100101001 | 1100100 | 111 |
Color Harmonies of #210023
Complementary color
Monochromatic Colors of #210023
Black with #210023
Text Example
Text Example
White with #210023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210023; }
p { color: rgb(33,0,35); }
H1.HeaderClassName
{
color: #210023;
}
.AnyTagClassName
{
color: #210023;
}
</style>
background-color css
<style>
a { background-color: #210023; }
a { background-color: rgb(33,0,35); }
div.DivClassName
{
background-color: #210023;
}
.BgClassName
{
background-color: #210023;
}
</style>
border-color css
<style>
span { border-color: #210023; }
span { border-color: rgb(33,0,35); }
td.TdClassName
{
border-color: #210023;
}
.TagClassName
{
border-color: #210023;
}
</style>