Shades of Mardi Gras #1C0017
Tints of Mardi Gras #1C0017
RGB
CMYK
RGB Variations
Color information
#1C0017 (or 0x1C0017) is known color: Mardi Gras. HEX triplet: 1C, 00 and 17. RGB value is (28,0,23). Sum of RGB (Red+Green+Blue) = 28+0+23=51 (6% of max value = 765). Red value is 28 (11.33% from 255 or 54.90% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0017 is #E3FFE8. Grayscale: #0A0A0A. Windows color (decimal): -14942185 or 1507356. OLE color: 1507356.
HSL color Cylindrical-coordinate representation of color #1C0017: hue angle of 310.71º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0017 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.18 | 0.89 |
| HSL | 310.71º | 1% | 0.05% | - |
| HSV(B) | 310.71º | 1% | 0.11% | - |
| XYZ | 0.63 | 0.31 | 0.84 | - |
| YUV | 10.99 | 134.78 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 23 | 0 | 1 | 0.18 | 0.89 | 310.71 | 1 | 0.05 |
| Hex | 1C | 0 | 17 | 0 | 64 | 12 | 59 | 137 | 64 | 5 |
| Octal | 34 | 0 | 27 | 0 | 144 | 22 | 131 | 467 | 144 | 5 |
| Binary | 11100 | 0 | 10111 | 0 | 1100100 | 10010 | 1011001 | 100110111 | 1100100 | 101 |
Color Harmonies of #1C0017
Complementary color
Monochromatic Colors of #1C0017
Black with #1C0017
Text Example
Text Example
White with #1C0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0017; }
p { color: rgb(28,0,23); }
H1.HeaderClassName
{
color: #1C0017;
}
.AnyTagClassName
{
color: #1C0017;
}
</style>
background-color css
<style>
a { background-color: #1C0017; }
a { background-color: rgb(28,0,23); }
div.DivClassName
{
background-color: #1C0017;
}
.BgClassName
{
background-color: #1C0017;
}
</style>
border-color css
<style>
span { border-color: #1C0017; }
span { border-color: rgb(28,0,23); }
td.TdClassName
{
border-color: #1C0017;
}
.TagClassName
{
border-color: #1C0017;
}
</style>