Shades of Mardi Gras #1C131D
Tints of Mardi Gras #1C131D
RGB
CMYK
RGB Variations
Color information
#1C131D (or 0x1C131D) is known color: Mardi Gras. HEX triplet: 1C, 13 and 1D. RGB value is (28,19,29). Sum of RGB (Red+Green+Blue) = 28+19+29=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131D is #E3ECE2. Grayscale: #161616. Windows color (decimal): -14937315 or 1905436. OLE color: 1905436.
HSL color Cylindrical-coordinate representation of color #1C131D: hue angle of 294º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1C131D is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 29 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.89 |
| HSL | 294º | 0.21% | 0.09% | - |
| HSV(B) | 294º | 0.34% | 0.11% | - |
| XYZ | 0.93 | 0.8 | 1.27 | - |
| YUV | 22.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 29 | 0.03 | 0.34 | 0 | 0.89 | 294 | 0.21 | 0.09 |
| Hex | 1C | 13 | 1D | 3 | 22 | 0 | 59 | 126 | 15 | 9 |
| Octal | 34 | 23 | 35 | 3 | 42 | 0 | 131 | 446 | 25 | 11 |
| Binary | 11100 | 10011 | 11101 | 11 | 100010 | 0 | 1011001 | 100100110 | 10101 | 1001 |
Color Harmonies of #1C131D
Complementary color
Monochromatic Colors of #1C131D
Black with #1C131D
Text Example
Text Example
White with #1C131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C131D; }
p { color: rgb(28,19,29); }
H1.HeaderClassName
{
color: #1C131D;
}
.AnyTagClassName
{
color: #1C131D;
}
</style>
background-color css
<style>
a { background-color: #1C131D; }
a { background-color: rgb(28,19,29); }
div.DivClassName
{
background-color: #1C131D;
}
.BgClassName
{
background-color: #1C131D;
}
</style>
border-color css
<style>
span { border-color: #1C131D; }
span { border-color: rgb(28,19,29); }
td.TdClassName
{
border-color: #1C131D;
}
.TagClassName
{
border-color: #1C131D;
}
</style>