Shades of Mardi Gras #21031F
Tints of Mardi Gras #21031F
RGB
CMYK
RGB Variations
Color information
#21031F (or 0x21031F) is known color: Mardi Gras. HEX triplet: 21, 03 and 1F. RGB value is (33,3,31). Sum of RGB (Red+Green+Blue) = 33+3+31=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #21031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21031F is #DEFCE0. Grayscale: #0F0F0F. Windows color (decimal): -14613729 or 2032417. OLE color: 2032417.
HSL color Cylindrical-coordinate representation of color #21031F: hue angle of 304º 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 #21031F is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 31 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.87 |
| HSL | 304º | 0.83% | 0.07% | - |
| HSV(B) | 304º | 0.91% | 0.13% | - |
| XYZ | 0.91 | 0.49 | 1.34 | - |
| YUV | 15.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 31 | 0 | 0.91 | 0.06 | 0.87 | 304 | 0.83 | 0.07 |
| Hex | 21 | 3 | 1F | 0 | 5B | 6 | 57 | 130 | 53 | 7 |
| Octal | 41 | 3 | 37 | 0 | 133 | 6 | 127 | 460 | 123 | 7 |
| Binary | 100001 | 11 | 11111 | 0 | 1011011 | 110 | 1010111 | 100110000 | 1010011 | 111 |
Color Harmonies of #21031F
Complementary color
Monochromatic Colors of #21031F
Black with #21031F
Text Example
Text Example
White with #21031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21031F; }
p { color: rgb(33,3,31); }
H1.HeaderClassName
{
color: #21031F;
}
.AnyTagClassName
{
color: #21031F;
}
</style>
background-color css
<style>
a { background-color: #21031F; }
a { background-color: rgb(33,3,31); }
div.DivClassName
{
background-color: #21031F;
}
.BgClassName
{
background-color: #21031F;
}
</style>
border-color css
<style>
span { border-color: #21031F; }
span { border-color: rgb(33,3,31); }
td.TdClassName
{
border-color: #21031F;
}
.TagClassName
{
border-color: #21031F;
}
</style>