Shades of Mardi Gras #1C001C
Tints of Mardi Gras #1C001C
RGB
CMYK
RGB Variations
Color information
#1C001C (or 0x1C001C) is known color: Mardi Gras. HEX triplet: 1C, 00 and 1C. RGB value is (28,0,28). Sum of RGB (Red+Green+Blue) = 28+0+28=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C001C is #E3FFE3. Grayscale: #0B0B0B. Windows color (decimal): -14942180 or 1835036. OLE color: 1835036.
HSL color Cylindrical-coordinate representation of color #1C001C: hue angle of 300º 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 #1C001C is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 0 | 28 | - |
| CMYK | 0 | 1 | 0 | 0.89 |
| HSL | 300º | 1% | 0.05% | - |
| HSV(B) | 300º | 1% | 0.11% | - |
| XYZ | 0.69 | 0.33 | 1.13 | - |
| YUV | 11.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 28 | 0 | 1 | 0 | 0.89 | 300 | 1 | 0.05 |
| Hex | 1C | 0 | 1C | 0 | 64 | 0 | 59 | 12C | 64 | 5 |
| Octal | 34 | 0 | 34 | 0 | 144 | 0 | 131 | 454 | 144 | 5 |
| Binary | 11100 | 0 | 11100 | 0 | 1100100 | 0 | 1011001 | 100101100 | 1100100 | 101 |
Color Harmonies of #1C001C
Complementary color
Monochromatic Colors of #1C001C
Black with #1C001C
Text Example
Text Example
White with #1C001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C001C; }
p { color: rgb(28,0,28); }
H1.HeaderClassName
{
color: #1C001C;
}
.AnyTagClassName
{
color: #1C001C;
}
</style>
background-color css
<style>
a { background-color: #1C001C; }
a { background-color: rgb(28,0,28); }
div.DivClassName
{
background-color: #1C001C;
}
.BgClassName
{
background-color: #1C001C;
}
</style>
border-color css
<style>
span { border-color: #1C001C; }
span { border-color: rgb(28,0,28); }
td.TdClassName
{
border-color: #1C001C;
}
.TagClassName
{
border-color: #1C001C;
}
</style>