Shades of Mardi Gras #1C001D
Tints of Mardi Gras #1C001D
RGB
CMYK
RGB Variations
Color information
#1C001D (or 0x1C001D) is known color: Mardi Gras. HEX triplet: 1C, 00 and 1D. RGB value is (28,0,29). Sum of RGB (Red+Green+Blue) = 28+0+29=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C001D is #E3FFE2. Grayscale: #0B0B0B. Windows color (decimal): -14942179 or 1900572. OLE color: 1900572.
HSL color Cylindrical-coordinate representation of color #1C001D: hue angle of 297.93º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C001D is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 0 | 29 | - |
| CMYK | 0.03 | 1 | 0 | 0.89 |
| HSL | 297.93º | 1% | 0.06% | - |
| HSV(B) | 297.93º | 1% | 0.11% | - |
| XYZ | 0.7 | 0.34 | 1.19 | - |
| YUV | 11.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 29 | 0.03 | 1 | 0 | 0.89 | 297.93 | 1 | 0.06 |
| Hex | 1C | 0 | 1D | 3 | 64 | 0 | 59 | 12A | 64 | 6 |
| Octal | 34 | 0 | 35 | 3 | 144 | 0 | 131 | 452 | 144 | 6 |
| Binary | 11100 | 0 | 11101 | 11 | 1100100 | 0 | 1011001 | 100101010 | 1100100 | 110 |
Color Harmonies of #1C001D
Complementary color
Monochromatic Colors of #1C001D
Black with #1C001D
Text Example
Text Example
White with #1C001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C001D; }
p { color: rgb(28,0,29); }
H1.HeaderClassName
{
color: #1C001D;
}
.AnyTagClassName
{
color: #1C001D;
}
</style>
background-color css
<style>
a { background-color: #1C001D; }
a { background-color: rgb(28,0,29); }
div.DivClassName
{
background-color: #1C001D;
}
.BgClassName
{
background-color: #1C001D;
}
</style>
border-color css
<style>
span { border-color: #1C001D; }
span { border-color: rgb(28,0,29); }
td.TdClassName
{
border-color: #1C001D;
}
.TagClassName
{
border-color: #1C001D;
}
</style>