Shades of Mardi Gras #21031E
Tints of Mardi Gras #21031E
RGB
CMYK
RGB Variations
Color information
#21031E (or 0x21031E) is known color: Mardi Gras. HEX triplet: 21, 03 and 1E. RGB value is (33,3,30). Sum of RGB (Red+Green+Blue) = 33+3+30=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #21031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21031E is #DEFCE1. Grayscale: #0E0E0E. Windows color (decimal): -14613730 or 1966881. OLE color: 1966881.
HSL color Cylindrical-coordinate representation of color #21031E: hue angle of 306º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21031E is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 30 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.87 |
| HSL | 306º | 0.83% | 0.07% | - |
| HSV(B) | 306º | 0.91% | 0.13% | - |
| XYZ | 0.89 | 0.48 | 1.27 | - |
| YUV | 15.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 30 | 0 | 0.91 | 0.09 | 0.87 | 306 | 0.83 | 0.07 |
| Hex | 21 | 3 | 1E | 0 | 5B | 9 | 57 | 132 | 53 | 7 |
| Octal | 41 | 3 | 36 | 0 | 133 | 11 | 127 | 462 | 123 | 7 |
| Binary | 100001 | 11 | 11110 | 0 | 1011011 | 1001 | 1010111 | 100110010 | 1010011 | 111 |
Color Harmonies of #21031E
Complementary color
Monochromatic Colors of #21031E
Black with #21031E
Text Example
Text Example
White with #21031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21031E; }
p { color: rgb(33,3,30); }
H1.HeaderClassName
{
color: #21031E;
}
.AnyTagClassName
{
color: #21031E;
}
</style>
background-color css
<style>
a { background-color: #21031E; }
a { background-color: rgb(33,3,30); }
div.DivClassName
{
background-color: #21031E;
}
.BgClassName
{
background-color: #21031E;
}
</style>
border-color css
<style>
span { border-color: #21031E; }
span { border-color: rgb(33,3,30); }
td.TdClassName
{
border-color: #21031E;
}
.TagClassName
{
border-color: #21031E;
}
</style>