Shades of Mardi Gras #210923
Tints of Mardi Gras #210923
RGB
CMYK
RGB Variations
Color information
#210923 (or 0x210923) is known color: Mardi Gras. HEX triplet: 21, 09 and 23. RGB value is (33,9,35). Sum of RGB (Red+Green+Blue) = 33+9+35=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 35 (14.06% from 255 or 45.45% from 77); Max value from RGB is 35 - color contains mainly: blue. Hex color #210923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210923 is #DEF6DC. Grayscale: #131313. Windows color (decimal): -14612189 or 2296097. OLE color: 2296097.
HSL color Cylindrical-coordinate representation of color #210923: hue angle of 295.38º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #210923 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 9 | 35 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.86 |
| HSL | 295.38º | 0.59% | 0.09% | - |
| HSV(B) | 295.38º | 0.74% | 0.14% | - |
| XYZ | 1.03 | 0.64 | 1.66 | - |
| YUV | 19.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 35 | 0.06 | 0.74 | 0 | 0.86 | 295.38 | 0.59 | 0.09 |
| Hex | 21 | 9 | 23 | 6 | 4A | 0 | 56 | 127 | 3B | 9 |
| Octal | 41 | 11 | 43 | 6 | 112 | 0 | 126 | 447 | 73 | 11 |
| Binary | 100001 | 1001 | 100011 | 110 | 1001010 | 0 | 1010110 | 100100111 | 111011 | 1001 |
Color Harmonies of #210923
Complementary color
Monochromatic Colors of #210923
Black with #210923
Text Example
Text Example
White with #210923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210923; }
p { color: rgb(33,9,35); }
H1.HeaderClassName
{
color: #210923;
}
.AnyTagClassName
{
color: #210923;
}
</style>
background-color css
<style>
a { background-color: #210923; }
a { background-color: rgb(33,9,35); }
div.DivClassName
{
background-color: #210923;
}
.BgClassName
{
background-color: #210923;
}
</style>
border-color css
<style>
span { border-color: #210923; }
span { border-color: rgb(33,9,35); }
td.TdClassName
{
border-color: #210923;
}
.TagClassName
{
border-color: #210923;
}
</style>