Shades of Mardi Gras #210C1E
Tints of Mardi Gras #210C1E
RGB
CMYK
RGB Variations
Color information
#210C1E (or 0x210C1E) is known color: Mardi Gras. HEX triplet: 21, 0C and 1E. RGB value is (33,12,30). Sum of RGB (Red+Green+Blue) = 33+12+30=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #210C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C1E is #DEF3E1. Grayscale: #141414. Windows color (decimal): -14611426 or 1969185. OLE color: 1969185.
HSL color Cylindrical-coordinate representation of color #210C1E: hue angle of 308.57º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #210C1E is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 12 | 30 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.87 |
| HSL | 308.57º | 0.47% | 0.09% | - |
| HSV(B) | 308.57º | 0.64% | 0.13% | - |
| XYZ | 0.99 | 0.68 | 1.31 | - |
| YUV | 20.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 30 | 0 | 0.64 | 0.09 | 0.87 | 308.57 | 0.47 | 0.09 |
| Hex | 21 | C | 1E | 0 | 40 | 9 | 57 | 135 | 2F | 9 |
| Octal | 41 | 14 | 36 | 0 | 100 | 11 | 127 | 465 | 57 | 11 |
| Binary | 100001 | 1100 | 11110 | 0 | 1000000 | 1001 | 1010111 | 100110101 | 101111 | 1001 |
Color Harmonies of #210C1E
Complementary color
Monochromatic Colors of #210C1E
Black with #210C1E
Text Example
Text Example
White with #210C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C1E; }
p { color: rgb(33,12,30); }
H1.HeaderClassName
{
color: #210C1E;
}
.AnyTagClassName
{
color: #210C1E;
}
</style>
background-color css
<style>
a { background-color: #210C1E; }
a { background-color: rgb(33,12,30); }
div.DivClassName
{
background-color: #210C1E;
}
.BgClassName
{
background-color: #210C1E;
}
</style>
border-color css
<style>
span { border-color: #210C1E; }
span { border-color: rgb(33,12,30); }
td.TdClassName
{
border-color: #210C1E;
}
.TagClassName
{
border-color: #210C1E;
}
</style>