Shades of Mardi Gras #21031C
Tints of Mardi Gras #21031C
RGB
CMYK
RGB Variations
Color information
#21031C (or 0x21031C) is known color: Mardi Gras. HEX triplet: 21, 03 and 1C. RGB value is (33,3,28). Sum of RGB (Red+Green+Blue) = 33+3+28=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #21031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21031C is #DEFCE3. Grayscale: #0E0E0E. Windows color (decimal): -14613732 or 1835809. OLE color: 1835809.
HSL color Cylindrical-coordinate representation of color #21031C: hue angle of 310º 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 #21031C is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 28 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.87 |
| HSL | 310º | 0.83% | 0.07% | - |
| HSV(B) | 310º | 0.91% | 0.13% | - |
| XYZ | 0.87 | 0.47 | 1.14 | - |
| YUV | 14.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 28 | 0 | 0.91 | 0.15 | 0.87 | 310 | 0.83 | 0.07 |
| Hex | 21 | 3 | 1C | 0 | 5B | F | 57 | 136 | 53 | 7 |
| Octal | 41 | 3 | 34 | 0 | 133 | 17 | 127 | 466 | 123 | 7 |
| Binary | 100001 | 11 | 11100 | 0 | 1011011 | 1111 | 1010111 | 100110110 | 1010011 | 111 |
Color Harmonies of #21031C
Complementary color
Monochromatic Colors of #21031C
Black with #21031C
Text Example
Text Example
White with #21031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21031C; }
p { color: rgb(33,3,28); }
H1.HeaderClassName
{
color: #21031C;
}
.AnyTagClassName
{
color: #21031C;
}
</style>
background-color css
<style>
a { background-color: #21031C; }
a { background-color: rgb(33,3,28); }
div.DivClassName
{
background-color: #21031C;
}
.BgClassName
{
background-color: #21031C;
}
</style>
border-color css
<style>
span { border-color: #21031C; }
span { border-color: rgb(33,3,28); }
td.TdClassName
{
border-color: #21031C;
}
.TagClassName
{
border-color: #21031C;
}
</style>