Shades of Mardi Gras #1C141D
Tints of Mardi Gras #1C141D
RGB
CMYK
RGB Variations
Color information
#1C141D (or 0x1C141D) is known color: Mardi Gras. HEX triplet: 1C, 14 and 1D. RGB value is (28,20,29). Sum of RGB (Red+Green+Blue) = 28+20+29=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141D is #E3EBE2. Grayscale: #171717. Windows color (decimal): -14937059 or 1905692. OLE color: 1905692.
HSL color Cylindrical-coordinate representation of color #1C141D: hue angle of 293.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1C141D is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 29 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.89 |
| HSL | 293.33º | 0.18% | 0.1% | - |
| HSV(B) | 293.33º | 0.31% | 0.11% | - |
| XYZ | 0.95 | 0.84 | 1.27 | - |
| YUV | 23.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 29 | 0.03 | 0.31 | 0 | 0.89 | 293.33 | 0.18 | 0.1 |
| Hex | 1C | 14 | 1D | 3 | 1F | 0 | 59 | 125 | 12 | A |
| Octal | 34 | 24 | 35 | 3 | 37 | 0 | 131 | 445 | 22 | 12 |
| Binary | 11100 | 10100 | 11101 | 11 | 11111 | 0 | 1011001 | 100100101 | 10010 | 1010 |
Color Harmonies of #1C141D
Complementary color
Monochromatic Colors of #1C141D
Black with #1C141D
Text Example
Text Example
White with #1C141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C141D; }
p { color: rgb(28,20,29); }
H1.HeaderClassName
{
color: #1C141D;
}
.AnyTagClassName
{
color: #1C141D;
}
</style>
background-color css
<style>
a { background-color: #1C141D; }
a { background-color: rgb(28,20,29); }
div.DivClassName
{
background-color: #1C141D;
}
.BgClassName
{
background-color: #1C141D;
}
</style>
border-color css
<style>
span { border-color: #1C141D; }
span { border-color: rgb(28,20,29); }
td.TdClassName
{
border-color: #1C141D;
}
.TagClassName
{
border-color: #1C141D;
}
</style>