Shades of Mardi Gras #1C0E1B
Tints of Mardi Gras #1C0E1B
RGB
CMYK
RGB Variations
Color information
#1C0E1B (or 0x1C0E1B) is known color: Mardi Gras. HEX triplet: 1C, 0E and 1B. RGB value is (28,14,27). Sum of RGB (Red+Green+Blue) = 28+14+27=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0E1B is #E3F1E4. Grayscale: #131313. Windows color (decimal): -14938597 or 1773084. OLE color: 1773084.
HSL color Cylindrical-coordinate representation of color #1C0E1B: hue angle of 304.29º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C0E1B is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 14 | 27 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.89 |
| HSL | 304.29º | 0.33% | 0.08% | - |
| HSV(B) | 304.29º | 0.5% | 0.11% | - |
| XYZ | 0.83 | 0.64 | 1.12 | - |
| YUV | 19.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 27 | 0 | 0.50 | 0.04 | 0.89 | 304.29 | 0.33 | 0.08 |
| Hex | 1C | E | 1B | 0 | 32 | 4 | 59 | 130 | 21 | 8 |
| Octal | 34 | 16 | 33 | 0 | 62 | 4 | 131 | 460 | 41 | 10 |
| Binary | 11100 | 1110 | 11011 | 0 | 110010 | 100 | 1011001 | 100110000 | 100001 | 1000 |
Color Harmonies of #1C0E1B
Complementary color
Monochromatic Colors of #1C0E1B
Black with #1C0E1B
Text Example
Text Example
White with #1C0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E1B; }
p { color: rgb(28,14,27); }
H1.HeaderClassName
{
color: #1C0E1B;
}
.AnyTagClassName
{
color: #1C0E1B;
}
</style>
background-color css
<style>
a { background-color: #1C0E1B; }
a { background-color: rgb(28,14,27); }
div.DivClassName
{
background-color: #1C0E1B;
}
.BgClassName
{
background-color: #1C0E1B;
}
</style>
border-color css
<style>
span { border-color: #1C0E1B; }
span { border-color: rgb(28,14,27); }
td.TdClassName
{
border-color: #1C0E1B;
}
.TagClassName
{
border-color: #1C0E1B;
}
</style>