Shades of Mardi Gras #1C0A19
Tints of Mardi Gras #1C0A19
RGB
CMYK
RGB Variations
Color information
#1C0A19 (or 0x1C0A19) is known color: Mardi Gras. HEX triplet: 1C, 0A and 19. RGB value is (28,10,25). Sum of RGB (Red+Green+Blue) = 28+10+25=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A19 is #E3F5E6. Grayscale: #111111. Windows color (decimal): -14939623 or 1640988. OLE color: 1640988.
HSL color Cylindrical-coordinate representation of color #1C0A19: hue angle of 310º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C0A19 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 10 | 25 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.89 |
| HSL | 310º | 0.47% | 0.07% | - |
| HSV(B) | 310º | 0.64% | 0.11% | - |
| XYZ | 0.76 | 0.53 | 0.98 | - |
| YUV | 17.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 25 | 0 | 0.64 | 0.11 | 0.89 | 310 | 0.47 | 0.07 |
| Hex | 1C | A | 19 | 0 | 40 | B | 59 | 136 | 2F | 7 |
| Octal | 34 | 12 | 31 | 0 | 100 | 13 | 131 | 466 | 57 | 7 |
| Binary | 11100 | 1010 | 11001 | 0 | 1000000 | 1011 | 1011001 | 100110110 | 101111 | 111 |
Color Harmonies of #1C0A19
Complementary color
Monochromatic Colors of #1C0A19
Black with #1C0A19
Text Example
Text Example
White with #1C0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A19; }
p { color: rgb(28,10,25); }
H1.HeaderClassName
{
color: #1C0A19;
}
.AnyTagClassName
{
color: #1C0A19;
}
</style>
background-color css
<style>
a { background-color: #1C0A19; }
a { background-color: rgb(28,10,25); }
div.DivClassName
{
background-color: #1C0A19;
}
.BgClassName
{
background-color: #1C0A19;
}
</style>
border-color css
<style>
span { border-color: #1C0A19; }
span { border-color: rgb(28,10,25); }
td.TdClassName
{
border-color: #1C0A19;
}
.TagClassName
{
border-color: #1C0A19;
}
</style>