Shades of Mardi Gras #21051F
Tints of Mardi Gras #21051F
RGB
CMYK
RGB Variations
Color information
#21051F (or 0x21051F) is known color: Mardi Gras. HEX triplet: 21, 05 and 1F. RGB value is (33,5,31). Sum of RGB (Red+Green+Blue) = 33+5+31=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #21051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21051F is #DEFAE0. Grayscale: #101010. Windows color (decimal): -14613217 or 2032929. OLE color: 2032929.
HSL color Cylindrical-coordinate representation of color #21051F: hue angle of 304.29º 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 #21051F is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 5 | 31 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.87 |
| HSL | 304.29º | 0.74% | 0.07% | - |
| HSV(B) | 304.29º | 0.85% | 0.13% | - |
| XYZ | 0.93 | 0.53 | 1.35 | - |
| YUV | 16.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 31 | 0 | 0.85 | 0.06 | 0.87 | 304.29 | 0.74 | 0.07 |
| Hex | 21 | 5 | 1F | 0 | 55 | 6 | 57 | 130 | 4A | 7 |
| Octal | 41 | 5 | 37 | 0 | 125 | 6 | 127 | 460 | 112 | 7 |
| Binary | 100001 | 101 | 11111 | 0 | 1010101 | 110 | 1010111 | 100110000 | 1001010 | 111 |
Color Harmonies of #21051F
Complementary color
Monochromatic Colors of #21051F
Black with #21051F
Text Example
Text Example
White with #21051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21051F; }
p { color: rgb(33,5,31); }
H1.HeaderClassName
{
color: #21051F;
}
.AnyTagClassName
{
color: #21051F;
}
</style>
background-color css
<style>
a { background-color: #21051F; }
a { background-color: rgb(33,5,31); }
div.DivClassName
{
background-color: #21051F;
}
.BgClassName
{
background-color: #21051F;
}
</style>
border-color css
<style>
span { border-color: #21051F; }
span { border-color: rgb(33,5,31); }
td.TdClassName
{
border-color: #21051F;
}
.TagClassName
{
border-color: #21051F;
}
</style>