Shades of Mardi Gras #1E001A
Tints of Mardi Gras #1E001A
RGB
CMYK
RGB Variations
Color information
#1E001A (or 0x1E001A) is known color: Mardi Gras. HEX triplet: 1E, 00 and 1A. RGB value is (30,0,26). Sum of RGB (Red+Green+Blue) = 30+0+26=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E001A is #E1FFE5. Grayscale: #0B0B0B. Windows color (decimal): -14811110 or 1703966. OLE color: 1703966.
HSL color Cylindrical-coordinate representation of color #1E001A: hue angle of 308º 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 #1E001A is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.13 | 0.88 |
| HSL | 308º | 1% | 0.06% | - |
| HSV(B) | 308º | 1% | 0.12% | - |
| XYZ | 0.72 | 0.35 | 1.01 | - |
| YUV | 11.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 26 | 0 | 1 | 0.13 | 0.88 | 308 | 1 | 0.06 |
| Hex | 1E | 0 | 1A | 0 | 64 | D | 58 | 134 | 64 | 6 |
| Octal | 36 | 0 | 32 | 0 | 144 | 15 | 130 | 464 | 144 | 6 |
| Binary | 11110 | 0 | 11010 | 0 | 1100100 | 1101 | 1011000 | 100110100 | 1100100 | 110 |
Color Harmonies of #1E001A
Complementary color
Monochromatic Colors of #1E001A
Black with #1E001A
Text Example
Text Example
White with #1E001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E001A; }
p { color: rgb(30,0,26); }
H1.HeaderClassName
{
color: #1E001A;
}
.AnyTagClassName
{
color: #1E001A;
}
</style>
background-color css
<style>
a { background-color: #1E001A; }
a { background-color: rgb(30,0,26); }
div.DivClassName
{
background-color: #1E001A;
}
.BgClassName
{
background-color: #1E001A;
}
</style>
border-color css
<style>
span { border-color: #1E001A; }
span { border-color: rgb(30,0,26); }
td.TdClassName
{
border-color: #1E001A;
}
.TagClassName
{
border-color: #1E001A;
}
</style>