Shades of Mardi Gras #1C161C
Tints of Mardi Gras #1C161C
RGB
CMYK
RGB Variations
Color information
#1C161C (or 0x1C161C) is known color: Mardi Gras. HEX triplet: 1C, 16 and 1C. RGB value is (28,22,28). Sum of RGB (Red+Green+Blue) = 28+22+28=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C161C is #E3E9E3. Grayscale: #181818. Windows color (decimal): -14936548 or 1840668. OLE color: 1840668.
HSL color Cylindrical-coordinate representation of color #1C161C: hue angle of 300º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1C161C is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 22 | 28 | - |
| CMYK | 0 | 0.21 | 0 | 0.89 |
| HSL | 300º | 0.12% | 0.1% | - |
| HSV(B) | 300º | 0.21% | 0.11% | - |
| XYZ | 0.98 | 0.9 | 1.22 | - |
| YUV | 24.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 28 | 0 | 0.21 | 0 | 0.89 | 300 | 0.12 | 0.1 |
| Hex | 1C | 16 | 1C | 0 | 15 | 0 | 59 | 12C | C | A |
| Octal | 34 | 26 | 34 | 0 | 25 | 0 | 131 | 454 | 14 | 12 |
| Binary | 11100 | 10110 | 11100 | 0 | 10101 | 0 | 1011001 | 100101100 | 1100 | 1010 |
Color Harmonies of #1C161C
Complementary color
Monochromatic Colors of #1C161C
Black with #1C161C
Text Example
Text Example
White with #1C161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C161C; }
p { color: rgb(28,22,28); }
H1.HeaderClassName
{
color: #1C161C;
}
.AnyTagClassName
{
color: #1C161C;
}
</style>
background-color css
<style>
a { background-color: #1C161C; }
a { background-color: rgb(28,22,28); }
div.DivClassName
{
background-color: #1C161C;
}
.BgClassName
{
background-color: #1C161C;
}
</style>
border-color css
<style>
span { border-color: #1C161C; }
span { border-color: rgb(28,22,28); }
td.TdClassName
{
border-color: #1C161C;
}
.TagClassName
{
border-color: #1C161C;
}
</style>