Shades of Mardi Gras #21011B
Tints of Mardi Gras #21011B
RGB
CMYK
RGB Variations
Color information
#21011B (or 0x21011B) is known color: Mardi Gras. HEX triplet: 21, 01 and 1B. RGB value is (33,1,27). Sum of RGB (Red+Green+Blue) = 33+1+27=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #21011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21011B is #DEFEE4. Grayscale: #0D0D0D. Windows color (decimal): -14614245 or 1769761. OLE color: 1769761.
HSL color Cylindrical-coordinate representation of color #21011B: hue angle of 311.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21011B is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 1 | 27 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.87 |
| HSL | 311.25º | 0.94% | 0.07% | - |
| HSV(B) | 311.25º | 0.97% | 0.13% | - |
| XYZ | 0.84 | 0.42 | 1.07 | - |
| YUV | 13.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 27 | 0 | 0.97 | 0.18 | 0.87 | 311.25 | 0.94 | 0.07 |
| Hex | 21 | 1 | 1B | 0 | 61 | 12 | 57 | 137 | 5E | 7 |
| Octal | 41 | 1 | 33 | 0 | 141 | 22 | 127 | 467 | 136 | 7 |
| Binary | 100001 | 1 | 11011 | 0 | 1100001 | 10010 | 1010111 | 100110111 | 1011110 | 111 |
Color Harmonies of #21011B
Complementary color
Monochromatic Colors of #21011B
Black with #21011B
Text Example
Text Example
White with #21011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21011B; }
p { color: rgb(33,1,27); }
H1.HeaderClassName
{
color: #21011B;
}
.AnyTagClassName
{
color: #21011B;
}
</style>
background-color css
<style>
a { background-color: #21011B; }
a { background-color: rgb(33,1,27); }
div.DivClassName
{
background-color: #21011B;
}
.BgClassName
{
background-color: #21011B;
}
</style>
border-color css
<style>
span { border-color: #21011B; }
span { border-color: rgb(33,1,27); }
td.TdClassName
{
border-color: #21011B;
}
.TagClassName
{
border-color: #21011B;
}
</style>