Shades of Mardi Gras #1C0D1C
Tints of Mardi Gras #1C0D1C
RGB
CMYK
RGB Variations
Color information
#1C0D1C (or 0x1C0D1C) is known color: Mardi Gras. HEX triplet: 1C, 0D and 1C. RGB value is (28,13,28). Sum of RGB (Red+Green+Blue) = 28+13+28=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C0D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0D1C is #E3F2E3. Grayscale: #131313. Windows color (decimal): -14938852 or 1838364. OLE color: 1838364.
HSL color Cylindrical-coordinate representation of color #1C0D1C: hue angle of 300º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C0D1C is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 13 | 28 | - |
| CMYK | 0 | 0.54 | 0 | 0.89 |
| HSL | 300º | 0.37% | 0.08% | - |
| HSV(B) | 300º | 0.54% | 0.11% | - |
| XYZ | 0.83 | 0.62 | 1.17 | - |
| YUV | 19.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 13 | 28 | 0 | 0.54 | 0 | 0.89 | 300 | 0.37 | 0.08 |
| Hex | 1C | D | 1C | 0 | 36 | 0 | 59 | 12C | 25 | 8 |
| Octal | 34 | 15 | 34 | 0 | 66 | 0 | 131 | 454 | 45 | 10 |
| Binary | 11100 | 1101 | 11100 | 0 | 110110 | 0 | 1011001 | 100101100 | 100101 | 1000 |
Color Harmonies of #1C0D1C
Complementary color
Monochromatic Colors of #1C0D1C
Black with #1C0D1C
Text Example
Text Example
White with #1C0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0D1C; }
p { color: rgb(28,13,28); }
H1.HeaderClassName
{
color: #1C0D1C;
}
.AnyTagClassName
{
color: #1C0D1C;
}
</style>
background-color css
<style>
a { background-color: #1C0D1C; }
a { background-color: rgb(28,13,28); }
div.DivClassName
{
background-color: #1C0D1C;
}
.BgClassName
{
background-color: #1C0D1C;
}
</style>
border-color css
<style>
span { border-color: #1C0D1C; }
span { border-color: rgb(28,13,28); }
td.TdClassName
{
border-color: #1C0D1C;
}
.TagClassName
{
border-color: #1C0D1C;
}
</style>