Shades of Mardi Gras #1E001E
Tints of Mardi Gras #1E001E
RGB
CMYK
RGB Variations
Color information
#1E001E (or 0x1E001E) is known color: Mardi Gras. HEX triplet: 1E, 00 and 1E. RGB value is (30,0,30). Sum of RGB (Red+Green+Blue) = 30+0+30=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E001E is #E1FFE1. Grayscale: #0C0C0C. Windows color (decimal): -14811106 or 1966110. OLE color: 1966110.
HSL color Cylindrical-coordinate representation of color #1E001E: hue angle of 300º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E001E is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 30 | - |
| CMYK | 0 | 1 | 0 | 0.88 |
| HSL | 300º | 1% | 0.06% | - |
| HSV(B) | 300º | 1% | 0.12% | - |
| XYZ | 0.77 | 0.37 | 1.26 | - |
| YUV | 12.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 30 | 0 | 1 | 0 | 0.88 | 300 | 1 | 0.06 |
| Hex | 1E | 0 | 1E | 0 | 64 | 0 | 58 | 12C | 64 | 6 |
| Octal | 36 | 0 | 36 | 0 | 144 | 0 | 130 | 454 | 144 | 6 |
| Binary | 11110 | 0 | 11110 | 0 | 1100100 | 0 | 1011000 | 100101100 | 1100100 | 110 |
Color Harmonies of #1E001E
Complementary color
Monochromatic Colors of #1E001E
Black with #1E001E
Text Example
Text Example
White with #1E001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E001E; }
p { color: rgb(30,0,30); }
H1.HeaderClassName
{
color: #1E001E;
}
.AnyTagClassName
{
color: #1E001E;
}
</style>
background-color css
<style>
a { background-color: #1E001E; }
a { background-color: rgb(30,0,30); }
div.DivClassName
{
background-color: #1E001E;
}
.BgClassName
{
background-color: #1E001E;
}
</style>
border-color css
<style>
span { border-color: #1E001E; }
span { border-color: rgb(30,0,30); }
td.TdClassName
{
border-color: #1E001E;
}
.TagClassName
{
border-color: #1E001E;
}
</style>