Shades of Mardi Gras #21001B
Tints of Mardi Gras #21001B
RGB
CMYK
RGB Variations
Color information
#21001B (or 0x21001B) is known color: Mardi Gras. HEX triplet: 21, 00 and 1B. RGB value is (33,0,27). Sum of RGB (Red+Green+Blue) = 33+0+27=60 (7% of max value = 765). Red value is 33 (13.28% from 255 or 55% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 33 - color contains mainly: red. Hex color #21001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21001B is #DEFFE4. Grayscale: #0C0C0C. Windows color (decimal): -14614501 or 1769505. OLE color: 1769505.
HSL color Cylindrical-coordinate representation of color #21001B: hue angle of 310.91º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21001B is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.18 | 0.87 |
| HSL | 310.91º | 1% | 0.06% | - |
| HSV(B) | 310.91º | 1% | 0.13% | - |
| XYZ | 0.83 | 0.4 | 1.07 | - |
| YUV | 12.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 27 | 0 | 1 | 0.18 | 0.87 | 310.91 | 1 | 0.06 |
| Hex | 21 | 0 | 1B | 0 | 64 | 12 | 57 | 137 | 64 | 6 |
| Octal | 41 | 0 | 33 | 0 | 144 | 22 | 127 | 467 | 144 | 6 |
| Binary | 100001 | 0 | 11011 | 0 | 1100100 | 10010 | 1010111 | 100110111 | 1100100 | 110 |
Color Harmonies of #21001B
Complementary color
Monochromatic Colors of #21001B
Black with #21001B
Text Example
Text Example
White with #21001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21001B; }
p { color: rgb(33,0,27); }
H1.HeaderClassName
{
color: #21001B;
}
.AnyTagClassName
{
color: #21001B;
}
</style>
background-color css
<style>
a { background-color: #21001B; }
a { background-color: rgb(33,0,27); }
div.DivClassName
{
background-color: #21001B;
}
.BgClassName
{
background-color: #21001B;
}
</style>
border-color css
<style>
span { border-color: #21001B; }
span { border-color: rgb(33,0,27); }
td.TdClassName
{
border-color: #21001B;
}
.TagClassName
{
border-color: #21001B;
}
</style>