Shades of Mardi Gras #21051D
Tints of Mardi Gras #21051D
RGB
CMYK
RGB Variations
Color information
#21051D (or 0x21051D) is known color: Mardi Gras. HEX triplet: 21, 05 and 1D. RGB value is (33,5,29). Sum of RGB (Red+Green+Blue) = 33+5+29=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #21051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21051D is #DEFAE2. Grayscale: #101010. Windows color (decimal): -14613219 or 1901857. OLE color: 1901857.
HSL color Cylindrical-coordinate representation of color #21051D: hue angle of 308.57º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21051D is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 5 | 29 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.87 |
| HSL | 308.57º | 0.74% | 0.07% | - |
| HSV(B) | 308.57º | 0.85% | 0.13% | - |
| XYZ | 0.9 | 0.52 | 1.22 | - |
| YUV | 16.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 29 | 0 | 0.85 | 0.12 | 0.87 | 308.57 | 0.74 | 0.07 |
| Hex | 21 | 5 | 1D | 0 | 55 | C | 57 | 135 | 4A | 7 |
| Octal | 41 | 5 | 35 | 0 | 125 | 14 | 127 | 465 | 112 | 7 |
| Binary | 100001 | 101 | 11101 | 0 | 1010101 | 1100 | 1010111 | 100110101 | 1001010 | 111 |
Color Harmonies of #21051D
Complementary color
Monochromatic Colors of #21051D
Black with #21051D
Text Example
Text Example
White with #21051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21051D; }
p { color: rgb(33,5,29); }
H1.HeaderClassName
{
color: #21051D;
}
.AnyTagClassName
{
color: #21051D;
}
</style>
background-color css
<style>
a { background-color: #21051D; }
a { background-color: rgb(33,5,29); }
div.DivClassName
{
background-color: #21051D;
}
.BgClassName
{
background-color: #21051D;
}
</style>
border-color css
<style>
span { border-color: #21051D; }
span { border-color: rgb(33,5,29); }
td.TdClassName
{
border-color: #21051D;
}
.TagClassName
{
border-color: #21051D;
}
</style>