Shades of Mardi Gras #1C141C
Tints of Mardi Gras #1C141C
RGB
CMYK
RGB Variations
Color information
#1C141C (or 0x1C141C) is known color: Mardi Gras. HEX triplet: 1C, 14 and 1C. RGB value is (28,20,28). Sum of RGB (Red+Green+Blue) = 28+20+28=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141C is #E3EBE3. Grayscale: #171717. Windows color (decimal): -14937060 or 1840156. OLE color: 1840156.
HSL color Cylindrical-coordinate representation of color #1C141C: hue angle of 300º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1C141C is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 28 | - |
| CMYK | 0 | 0.29 | 0 | 0.89 |
| HSL | 300º | 0.17% | 0.09% | - |
| HSV(B) | 300º | 0.29% | 0.11% | - |
| XYZ | 0.94 | 0.83 | 1.21 | - |
| YUV | 23.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 28 | 0 | 0.29 | 0 | 0.89 | 300 | 0.17 | 0.09 |
| Hex | 1C | 14 | 1C | 0 | 1D | 0 | 59 | 12C | 11 | 9 |
| Octal | 34 | 24 | 34 | 0 | 35 | 0 | 131 | 454 | 21 | 11 |
| Binary | 11100 | 10100 | 11100 | 0 | 11101 | 0 | 1011001 | 100101100 | 10001 | 1001 |
Color Harmonies of #1C141C
Complementary color
Monochromatic Colors of #1C141C
Black with #1C141C
Text Example
Text Example
White with #1C141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C141C; }
p { color: rgb(28,20,28); }
H1.HeaderClassName
{
color: #1C141C;
}
.AnyTagClassName
{
color: #1C141C;
}
</style>
background-color css
<style>
a { background-color: #1C141C; }
a { background-color: rgb(28,20,28); }
div.DivClassName
{
background-color: #1C141C;
}
.BgClassName
{
background-color: #1C141C;
}
</style>
border-color css
<style>
span { border-color: #1C141C; }
span { border-color: rgb(28,20,28); }
td.TdClassName
{
border-color: #1C141C;
}
.TagClassName
{
border-color: #1C141C;
}
</style>