Shades of Mardi Gras #1E081E
Tints of Mardi Gras #1E081E
RGB
CMYK
RGB Variations
Color information
#1E081E (or 0x1E081E) is known color: Mardi Gras. HEX triplet: 1E, 08 and 1E. RGB value is (30,8,30). Sum of RGB (Red+Green+Blue) = 30+8+30=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E081E is #E1F7E1. Grayscale: #111111. Windows color (decimal): -14809058 or 1968158. OLE color: 1968158.
HSL color Cylindrical-coordinate representation of color #1E081E: hue angle of 300º 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 #1E081E is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 8 | 30 | - |
| CMYK | 0 | 0.73 | 0 | 0.88 |
| HSL | 300º | 0.58% | 0.07% | - |
| HSV(B) | 300º | 0.73% | 0.12% | - |
| XYZ | 0.86 | 0.54 | 1.29 | - |
| YUV | 17.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 30 | 0 | 0.73 | 0 | 0.88 | 300 | 0.58 | 0.07 |
| Hex | 1E | 8 | 1E | 0 | 49 | 0 | 58 | 12C | 3A | 7 |
| Octal | 36 | 10 | 36 | 0 | 111 | 0 | 130 | 454 | 72 | 7 |
| Binary | 11110 | 1000 | 11110 | 0 | 1001001 | 0 | 1011000 | 100101100 | 111010 | 111 |
Color Harmonies of #1E081E
Complementary color
Monochromatic Colors of #1E081E
Black with #1E081E
Text Example
Text Example
White with #1E081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E081E; }
p { color: rgb(30,8,30); }
H1.HeaderClassName
{
color: #1E081E;
}
.AnyTagClassName
{
color: #1E081E;
}
</style>
background-color css
<style>
a { background-color: #1E081E; }
a { background-color: rgb(30,8,30); }
div.DivClassName
{
background-color: #1E081E;
}
.BgClassName
{
background-color: #1E081E;
}
</style>
border-color css
<style>
span { border-color: #1E081E; }
span { border-color: rgb(30,8,30); }
td.TdClassName
{
border-color: #1E081E;
}
.TagClassName
{
border-color: #1E081E;
}
</style>