Shades of Mardi Gras #21091E
Tints of Mardi Gras #21091E
RGB
CMYK
RGB Variations
Color information
#21091E (or 0x21091E) is known color: Mardi Gras. HEX triplet: 21, 09 and 1E. RGB value is (33,9,30). Sum of RGB (Red+Green+Blue) = 33+9+30=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #21091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21091E is #DEF6E1. Grayscale: #121212. Windows color (decimal): -14612194 or 1968417. OLE color: 1968417.
HSL color Cylindrical-coordinate representation of color #21091E: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21091E is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 9 | 30 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.87 |
| HSL | 307.5º | 0.57% | 0.08% | - |
| HSV(B) | 307.5º | 0.73% | 0.13% | - |
| XYZ | 0.96 | 0.61 | 1.3 | - |
| YUV | 18.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 30 | 0 | 0.73 | 0.09 | 0.87 | 307.5 | 0.57 | 0.08 |
| Hex | 21 | 9 | 1E | 0 | 49 | 9 | 57 | 134 | 39 | 8 |
| Octal | 41 | 11 | 36 | 0 | 111 | 11 | 127 | 464 | 71 | 10 |
| Binary | 100001 | 1001 | 11110 | 0 | 1001001 | 1001 | 1010111 | 100110100 | 111001 | 1000 |
Color Harmonies of #21091E
Complementary color
Monochromatic Colors of #21091E
Black with #21091E
Text Example
Text Example
White with #21091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21091E; }
p { color: rgb(33,9,30); }
H1.HeaderClassName
{
color: #21091E;
}
.AnyTagClassName
{
color: #21091E;
}
</style>
background-color css
<style>
a { background-color: #21091E; }
a { background-color: rgb(33,9,30); }
div.DivClassName
{
background-color: #21091E;
}
.BgClassName
{
background-color: #21091E;
}
</style>
border-color css
<style>
span { border-color: #21091E; }
span { border-color: rgb(33,9,30); }
td.TdClassName
{
border-color: #21091E;
}
.TagClassName
{
border-color: #21091E;
}
</style>