Shades of Mardi Gras #21041E
Tints of Mardi Gras #21041E
RGB
CMYK
RGB Variations
Color information
#21041E (or 0x21041E) is known color: Mardi Gras. HEX triplet: 21, 04 and 1E. RGB value is (33,4,30). Sum of RGB (Red+Green+Blue) = 33+4+30=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #21041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21041E is #DEFBE1. Grayscale: #0F0F0F. Windows color (decimal): -14613474 or 1967137. OLE color: 1967137.
HSL color Cylindrical-coordinate representation of color #21041E: hue angle of 306.21º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21041E is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 30 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.87 |
| HSL | 306.21º | 0.78% | 0.07% | - |
| HSV(B) | 306.21º | 0.88% | 0.13% | - |
| XYZ | 0.9 | 0.5 | 1.28 | - |
| YUV | 15.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 30 | 0 | 0.88 | 0.09 | 0.87 | 306.21 | 0.78 | 0.07 |
| Hex | 21 | 4 | 1E | 0 | 58 | 9 | 57 | 132 | 4E | 7 |
| Octal | 41 | 4 | 36 | 0 | 130 | 11 | 127 | 462 | 116 | 7 |
| Binary | 100001 | 100 | 11110 | 0 | 1011000 | 1001 | 1010111 | 100110010 | 1001110 | 111 |
Color Harmonies of #21041E
Complementary color
Monochromatic Colors of #21041E
Black with #21041E
Text Example
Text Example
White with #21041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21041E; }
p { color: rgb(33,4,30); }
H1.HeaderClassName
{
color: #21041E;
}
.AnyTagClassName
{
color: #21041E;
}
</style>
background-color css
<style>
a { background-color: #21041E; }
a { background-color: rgb(33,4,30); }
div.DivClassName
{
background-color: #21041E;
}
.BgClassName
{
background-color: #21041E;
}
</style>
border-color css
<style>
span { border-color: #21041E; }
span { border-color: rgb(33,4,30); }
td.TdClassName
{
border-color: #21041E;
}
.TagClassName
{
border-color: #21041E;
}
</style>