Shades of Mardi Gras #21071D
Tints of Mardi Gras #21071D
RGB
CMYK
RGB Variations
Color information
#21071D (or 0x21071D) is known color: Mardi Gras. HEX triplet: 21, 07 and 1D. RGB value is (33,7,29). Sum of RGB (Red+Green+Blue) = 33+7+29=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #21071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21071D is #DEF8E2. Grayscale: #111111. Windows color (decimal): -14612707 or 1902369. OLE color: 1902369.
HSL color Cylindrical-coordinate representation of color #21071D: hue angle of 309.23º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21071D is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 7 | 29 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.87 |
| HSL | 309.23º | 0.65% | 0.08% | - |
| HSV(B) | 309.23º | 0.79% | 0.13% | - |
| XYZ | 0.92 | 0.56 | 1.22 | - |
| YUV | 17.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 29 | 0 | 0.79 | 0.12 | 0.87 | 309.23 | 0.65 | 0.08 |
| Hex | 21 | 7 | 1D | 0 | 4F | C | 57 | 135 | 41 | 8 |
| Octal | 41 | 7 | 35 | 0 | 117 | 14 | 127 | 465 | 101 | 10 |
| Binary | 100001 | 111 | 11101 | 0 | 1001111 | 1100 | 1010111 | 100110101 | 1000001 | 1000 |
Color Harmonies of #21071D
Complementary color
Monochromatic Colors of #21071D
Black with #21071D
Text Example
Text Example
White with #21071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21071D; }
p { color: rgb(33,7,29); }
H1.HeaderClassName
{
color: #21071D;
}
.AnyTagClassName
{
color: #21071D;
}
</style>
background-color css
<style>
a { background-color: #21071D; }
a { background-color: rgb(33,7,29); }
div.DivClassName
{
background-color: #21071D;
}
.BgClassName
{
background-color: #21071D;
}
</style>
border-color css
<style>
span { border-color: #21071D; }
span { border-color: rgb(33,7,29); }
td.TdClassName
{
border-color: #21071D;
}
.TagClassName
{
border-color: #21071D;
}
</style>