Shades of Mardi Gras #1C021B
Tints of Mardi Gras #1C021B
RGB
CMYK
RGB Variations
Color information
#1C021B (or 0x1C021B) is known color: Mardi Gras. HEX triplet: 1C, 02 and 1B. RGB value is (28,2,27). Sum of RGB (Red+Green+Blue) = 28+2+27=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C021B is #E3FDE4. Grayscale: #0C0C0C. Windows color (decimal): -14941669 or 1770012. OLE color: 1770012.
HSL color Cylindrical-coordinate representation of color #1C021B: hue angle of 302.31º 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 #1C021B is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 2 | 27 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.89 |
| HSL | 302.31º | 0.87% | 0.06% | - |
| HSV(B) | 302.31º | 0.93% | 0.11% | - |
| XYZ | 0.7 | 0.37 | 1.07 | - |
| YUV | 12.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 27 | 0 | 0.93 | 0.04 | 0.89 | 302.31 | 0.87 | 0.06 |
| Hex | 1C | 2 | 1B | 0 | 5D | 4 | 59 | 12E | 57 | 6 |
| Octal | 34 | 2 | 33 | 0 | 135 | 4 | 131 | 456 | 127 | 6 |
| Binary | 11100 | 10 | 11011 | 0 | 1011101 | 100 | 1011001 | 100101110 | 1010111 | 110 |
Color Harmonies of #1C021B
Complementary color
Monochromatic Colors of #1C021B
Black with #1C021B
Text Example
Text Example
White with #1C021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C021B; }
p { color: rgb(28,2,27); }
H1.HeaderClassName
{
color: #1C021B;
}
.AnyTagClassName
{
color: #1C021B;
}
</style>
background-color css
<style>
a { background-color: #1C021B; }
a { background-color: rgb(28,2,27); }
div.DivClassName
{
background-color: #1C021B;
}
.BgClassName
{
background-color: #1C021B;
}
</style>
border-color css
<style>
span { border-color: #1C021B; }
span { border-color: rgb(28,2,27); }
td.TdClassName
{
border-color: #1C021B;
}
.TagClassName
{
border-color: #1C021B;
}
</style>