Shades of Mardi Gras #1C0A1E
Tints of Mardi Gras #1C0A1E
RGB
CMYK
RGB Variations
Color information
#1C0A1E (or 0x1C0A1E) is known color: Mardi Gras. HEX triplet: 1C, 0A and 1E. RGB value is (28,10,30). Sum of RGB (Red+Green+Blue) = 28+10+30=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C0A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0A1E is #E3F5E1. Grayscale: #111111. Windows color (decimal): -14939618 or 1968668. OLE color: 1968668.
HSL color Cylindrical-coordinate representation of color #1C0A1E: hue angle of 294º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C0A1E is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 10 | 30 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.88 |
| HSL | 294º | 0.5% | 0.08% | - |
| HSV(B) | 294º | 0.67% | 0.12% | - |
| XYZ | 0.82 | 0.56 | 1.29 | - |
| YUV | 17.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 30 | 0.07 | 0.67 | 0 | 0.88 | 294 | 0.5 | 0.08 |
| Hex | 1C | A | 1E | 7 | 43 | 0 | 58 | 126 | 32 | 8 |
| Octal | 34 | 12 | 36 | 7 | 103 | 0 | 130 | 446 | 62 | 10 |
| Binary | 11100 | 1010 | 11110 | 111 | 1000011 | 0 | 1011000 | 100100110 | 110010 | 1000 |
Color Harmonies of #1C0A1E
Complementary color
Monochromatic Colors of #1C0A1E
Black with #1C0A1E
Text Example
Text Example
White with #1C0A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A1E; }
p { color: rgb(28,10,30); }
H1.HeaderClassName
{
color: #1C0A1E;
}
.AnyTagClassName
{
color: #1C0A1E;
}
</style>
background-color css
<style>
a { background-color: #1C0A1E; }
a { background-color: rgb(28,10,30); }
div.DivClassName
{
background-color: #1C0A1E;
}
.BgClassName
{
background-color: #1C0A1E;
}
</style>
border-color css
<style>
span { border-color: #1C0A1E; }
span { border-color: rgb(28,10,30); }
td.TdClassName
{
border-color: #1C0A1E;
}
.TagClassName
{
border-color: #1C0A1E;
}
</style>