Shades of Mardi Gras #1C0819
Tints of Mardi Gras #1C0819
RGB
CMYK
RGB Variations
Color information
#1C0819 (or 0x1C0819) is known color: Mardi Gras. HEX triplet: 1C, 08 and 19. RGB value is (28,8,25). Sum of RGB (Red+Green+Blue) = 28+8+25=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0819 is #E3F7E6. Grayscale: #0F0F0F. Windows color (decimal): -14940135 or 1640476. OLE color: 1640476.
HSL color Cylindrical-coordinate representation of color #1C0819: hue angle of 309º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0819 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 25 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.89 |
| HSL | 309º | 0.56% | 0.07% | - |
| HSV(B) | 309º | 0.71% | 0.11% | - |
| XYZ | 0.74 | 0.49 | 0.98 | - |
| YUV | 15.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 25 | 0 | 0.71 | 0.11 | 0.89 | 309 | 0.56 | 0.07 |
| Hex | 1C | 8 | 19 | 0 | 47 | B | 59 | 135 | 38 | 7 |
| Octal | 34 | 10 | 31 | 0 | 107 | 13 | 131 | 465 | 70 | 7 |
| Binary | 11100 | 1000 | 11001 | 0 | 1000111 | 1011 | 1011001 | 100110101 | 111000 | 111 |
Color Harmonies of #1C0819
Complementary color
Monochromatic Colors of #1C0819
Black with #1C0819
Text Example
Text Example
White with #1C0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0819; }
p { color: rgb(28,8,25); }
H1.HeaderClassName
{
color: #1C0819;
}
.AnyTagClassName
{
color: #1C0819;
}
</style>
background-color css
<style>
a { background-color: #1C0819; }
a { background-color: rgb(28,8,25); }
div.DivClassName
{
background-color: #1C0819;
}
.BgClassName
{
background-color: #1C0819;
}
</style>
border-color css
<style>
span { border-color: #1C0819; }
span { border-color: rgb(28,8,25); }
td.TdClassName
{
border-color: #1C0819;
}
.TagClassName
{
border-color: #1C0819;
}
</style>