Shades of Mardi Gras #1C0919
Tints of Mardi Gras #1C0919
RGB
CMYK
RGB Variations
Color information
#1C0919 (or 0x1C0919) is known color: Mardi Gras. HEX triplet: 1C, 09 and 19. RGB value is (28,9,25). Sum of RGB (Red+Green+Blue) = 28+9+25=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0919 is #E3F6E6. Grayscale: #101010. Windows color (decimal): -14939879 or 1640732. OLE color: 1640732.
HSL color Cylindrical-coordinate representation of color #1C0919: hue angle of 309.47º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C0919 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 9 | 25 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.89 |
| HSL | 309.47º | 0.51% | 0.07% | - |
| HSV(B) | 309.47º | 0.68% | 0.11% | - |
| XYZ | 0.75 | 0.51 | 0.98 | - |
| YUV | 16.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 25 | 0 | 0.68 | 0.11 | 0.89 | 309.47 | 0.51 | 0.07 |
| Hex | 1C | 9 | 19 | 0 | 44 | B | 59 | 135 | 33 | 7 |
| Octal | 34 | 11 | 31 | 0 | 104 | 13 | 131 | 465 | 63 | 7 |
| Binary | 11100 | 1001 | 11001 | 0 | 1000100 | 1011 | 1011001 | 100110101 | 110011 | 111 |
Color Harmonies of #1C0919
Complementary color
Monochromatic Colors of #1C0919
Black with #1C0919
Text Example
Text Example
White with #1C0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0919; }
p { color: rgb(28,9,25); }
H1.HeaderClassName
{
color: #1C0919;
}
.AnyTagClassName
{
color: #1C0919;
}
</style>
background-color css
<style>
a { background-color: #1C0919; }
a { background-color: rgb(28,9,25); }
div.DivClassName
{
background-color: #1C0919;
}
.BgClassName
{
background-color: #1C0919;
}
</style>
border-color css
<style>
span { border-color: #1C0919; }
span { border-color: rgb(28,9,25); }
td.TdClassName
{
border-color: #1C0919;
}
.TagClassName
{
border-color: #1C0919;
}
</style>