Shades of Mardi Gras #1C101C
Tints of Mardi Gras #1C101C
RGB
CMYK
RGB Variations
Color information
#1C101C (or 0x1C101C) is known color: Mardi Gras. HEX triplet: 1C, 10 and 1C. RGB value is (28,16,28). Sum of RGB (Red+Green+Blue) = 28+16+28=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C101C is #E3EFE3. Grayscale: #141414. Windows color (decimal): -14938084 or 1839132. OLE color: 1839132.
HSL color Cylindrical-coordinate representation of color #1C101C: hue angle of 300º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C101C is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 16 | 28 | - |
| CMYK | 0 | 0.43 | 0 | 0.89 |
| HSL | 300º | 0.27% | 0.09% | - |
| HSV(B) | 300º | 0.43% | 0.11% | - |
| XYZ | 0.87 | 0.7 | 1.19 | - |
| YUV | 20.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 28 | 0 | 0.43 | 0 | 0.89 | 300 | 0.27 | 0.09 |
| Hex | 1C | 10 | 1C | 0 | 2B | 0 | 59 | 12C | 1B | 9 |
| Octal | 34 | 20 | 34 | 0 | 53 | 0 | 131 | 454 | 33 | 11 |
| Binary | 11100 | 10000 | 11100 | 0 | 101011 | 0 | 1011001 | 100101100 | 11011 | 1001 |
Color Harmonies of #1C101C
Complementary color
Monochromatic Colors of #1C101C
Black with #1C101C
Text Example
Text Example
White with #1C101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C101C; }
p { color: rgb(28,16,28); }
H1.HeaderClassName
{
color: #1C101C;
}
.AnyTagClassName
{
color: #1C101C;
}
</style>
background-color css
<style>
a { background-color: #1C101C; }
a { background-color: rgb(28,16,28); }
div.DivClassName
{
background-color: #1C101C;
}
.BgClassName
{
background-color: #1C101C;
}
</style>
border-color css
<style>
span { border-color: #1C101C; }
span { border-color: rgb(28,16,28); }
td.TdClassName
{
border-color: #1C101C;
}
.TagClassName
{
border-color: #1C101C;
}
</style>