Shades of Mardi Gras #1C131B
Tints of Mardi Gras #1C131B
RGB
CMYK
RGB Variations
Color information
#1C131B (or 0x1C131B) is known color: Mardi Gras. HEX triplet: 1C, 13 and 1B. RGB value is (28,19,27). Sum of RGB (Red+Green+Blue) = 28+19+27=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131B is #E3ECE4. Grayscale: #161616. Windows color (decimal): -14937317 or 1774364. OLE color: 1774364.
HSL color Cylindrical-coordinate representation of color #1C131B: hue angle of 306.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C131B is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 27 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.89 |
| HSL | 306.67º | 0.19% | 0.09% | - |
| HSV(B) | 306.67º | 0.32% | 0.11% | - |
| XYZ | 0.91 | 0.79 | 1.14 | - |
| YUV | 22.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 27 | 0 | 0.32 | 0.04 | 0.89 | 306.67 | 0.19 | 0.09 |
| Hex | 1C | 13 | 1B | 0 | 20 | 4 | 59 | 133 | 13 | 9 |
| Octal | 34 | 23 | 33 | 0 | 40 | 4 | 131 | 463 | 23 | 11 |
| Binary | 11100 | 10011 | 11011 | 0 | 100000 | 100 | 1011001 | 100110011 | 10011 | 1001 |
Color Harmonies of #1C131B
Complementary color
Monochromatic Colors of #1C131B
Black with #1C131B
Text Example
Text Example
White with #1C131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C131B; }
p { color: rgb(28,19,27); }
H1.HeaderClassName
{
color: #1C131B;
}
.AnyTagClassName
{
color: #1C131B;
}
</style>
background-color css
<style>
a { background-color: #1C131B; }
a { background-color: rgb(28,19,27); }
div.DivClassName
{
background-color: #1C131B;
}
.BgClassName
{
background-color: #1C131B;
}
</style>
border-color css
<style>
span { border-color: #1C131B; }
span { border-color: rgb(28,19,27); }
td.TdClassName
{
border-color: #1C131B;
}
.TagClassName
{
border-color: #1C131B;
}
</style>