Shades of Mardi Gras #1C081E
Tints of Mardi Gras #1C081E
RGB
CMYK
RGB Variations
Color information
#1C081E (or 0x1C081E) is known color: Mardi Gras. HEX triplet: 1C, 08 and 1E. RGB value is (28,8,30). Sum of RGB (Red+Green+Blue) = 28+8+30=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C081E is #E3F7E1. Grayscale: #101010. Windows color (decimal): -14940130 or 1968156. OLE color: 1968156.
HSL color Cylindrical-coordinate representation of color #1C081E: hue angle of 294.55º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C081E is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 8 | 30 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.88 |
| HSL | 294.55º | 0.58% | 0.07% | - |
| HSV(B) | 294.55º | 0.73% | 0.12% | - |
| XYZ | 0.8 | 0.51 | 1.29 | - |
| YUV | 16.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 30 | 0.07 | 0.73 | 0 | 0.88 | 294.55 | 0.58 | 0.07 |
| Hex | 1C | 8 | 1E | 7 | 49 | 0 | 58 | 127 | 3A | 7 |
| Octal | 34 | 10 | 36 | 7 | 111 | 0 | 130 | 447 | 72 | 7 |
| Binary | 11100 | 1000 | 11110 | 111 | 1001001 | 0 | 1011000 | 100100111 | 111010 | 111 |
Color Harmonies of #1C081E
Complementary color
Monochromatic Colors of #1C081E
Black with #1C081E
Text Example
Text Example
White with #1C081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C081E; }
p { color: rgb(28,8,30); }
H1.HeaderClassName
{
color: #1C081E;
}
.AnyTagClassName
{
color: #1C081E;
}
</style>
background-color css
<style>
a { background-color: #1C081E; }
a { background-color: rgb(28,8,30); }
div.DivClassName
{
background-color: #1C081E;
}
.BgClassName
{
background-color: #1C081E;
}
</style>
border-color css
<style>
span { border-color: #1C081E; }
span { border-color: rgb(28,8,30); }
td.TdClassName
{
border-color: #1C081E;
}
.TagClassName
{
border-color: #1C081E;
}
</style>