Shades of Mardi Gras #1C021D
Tints of Mardi Gras #1C021D
RGB
CMYK
RGB Variations
Color information
#1C021D (or 0x1C021D) is known color: Mardi Gras. HEX triplet: 1C, 02 and 1D. RGB value is (28,2,29). Sum of RGB (Red+Green+Blue) = 28+2+29=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C021D is #E3FDE2. Grayscale: #0C0C0C. Windows color (decimal): -14941667 or 1901084. OLE color: 1901084.
HSL color Cylindrical-coordinate representation of color #1C021D: hue angle of 297.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C021D is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 2 | 29 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.89 |
| HSL | 297.78º | 0.87% | 0.06% | - |
| HSV(B) | 297.78º | 0.93% | 0.11% | - |
| XYZ | 0.72 | 0.38 | 1.2 | - |
| YUV | 12.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 29 | 0.03 | 0.93 | 0 | 0.89 | 297.78 | 0.87 | 0.06 |
| Hex | 1C | 2 | 1D | 3 | 5D | 0 | 59 | 12A | 57 | 6 |
| Octal | 34 | 2 | 35 | 3 | 135 | 0 | 131 | 452 | 127 | 6 |
| Binary | 11100 | 10 | 11101 | 11 | 1011101 | 0 | 1011001 | 100101010 | 1010111 | 110 |
Color Harmonies of #1C021D
Complementary color
Monochromatic Colors of #1C021D
Black with #1C021D
Text Example
Text Example
White with #1C021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C021D; }
p { color: rgb(28,2,29); }
H1.HeaderClassName
{
color: #1C021D;
}
.AnyTagClassName
{
color: #1C021D;
}
</style>
background-color css
<style>
a { background-color: #1C021D; }
a { background-color: rgb(28,2,29); }
div.DivClassName
{
background-color: #1C021D;
}
.BgClassName
{
background-color: #1C021D;
}
</style>
border-color css
<style>
span { border-color: #1C021D; }
span { border-color: rgb(28,2,29); }
td.TdClassName
{
border-color: #1C021D;
}
.TagClassName
{
border-color: #1C021D;
}
</style>