Shades of Mardi Gras #21031B
Tints of Mardi Gras #21031B
RGB
CMYK
RGB Variations
Color information
#21031B (or 0x21031B) is known color: Mardi Gras. HEX triplet: 21, 03 and 1B. RGB value is (33,3,27). Sum of RGB (Red+Green+Blue) = 33+3+27=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 27 (10.94% from 255 or 42.86% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #21031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21031B is #DEFCE4. Grayscale: #0E0E0E. Windows color (decimal): -14613733 or 1770273. OLE color: 1770273.
HSL color Cylindrical-coordinate representation of color #21031B: hue angle of 312º 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 #21031B is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 3 | 27 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.87 |
| HSL | 312º | 0.83% | 0.07% | - |
| HSV(B) | 312º | 0.91% | 0.13% | - |
| XYZ | 0.86 | 0.47 | 1.08 | - |
| YUV | 14.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 27 | 0 | 0.91 | 0.18 | 0.87 | 312 | 0.83 | 0.07 |
| Hex | 21 | 3 | 1B | 0 | 5B | 12 | 57 | 138 | 53 | 7 |
| Octal | 41 | 3 | 33 | 0 | 133 | 22 | 127 | 470 | 123 | 7 |
| Binary | 100001 | 11 | 11011 | 0 | 1011011 | 10010 | 1010111 | 100111000 | 1010011 | 111 |
Color Harmonies of #21031B
Complementary color
Monochromatic Colors of #21031B
Black with #21031B
Text Example
Text Example
White with #21031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21031B; }
p { color: rgb(33,3,27); }
H1.HeaderClassName
{
color: #21031B;
}
.AnyTagClassName
{
color: #21031B;
}
</style>
background-color css
<style>
a { background-color: #21031B; }
a { background-color: rgb(33,3,27); }
div.DivClassName
{
background-color: #21031B;
}
.BgClassName
{
background-color: #21031B;
}
</style>
border-color css
<style>
span { border-color: #21031B; }
span { border-color: rgb(33,3,27); }
td.TdClassName
{
border-color: #21031B;
}
.TagClassName
{
border-color: #21031B;
}
</style>