Shades of Mardi Gras #1E1A1E
Tints of Mardi Gras #1E1A1E
RGB
CMYK
RGB Variations
Color information
#1E1A1E (or 0x1E1A1E) is known color: Mardi Gras. HEX triplet: 1E, 1A and 1E. RGB value is (30,26,30). Sum of RGB (Red+Green+Blue) = 30+26+30=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E1A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A1E is #E1E5E1. Grayscale: #1B1B1B. Windows color (decimal): -14804450 or 1972766. OLE color: 1972766.
HSL color Cylindrical-coordinate representation of color #1E1A1E: hue angle of 300º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1E1A1E is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 26 | 30 | - |
| CMYK | 0 | 0.13 | 0 | 0.88 |
| HSL | 300º | 0.07% | 0.11% | - |
| HSV(B) | 300º | 0.13% | 0.12% | - |
| XYZ | 1.14 | 1.11 | 1.38 | - |
| YUV | 27.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 30 | 0 | 0.13 | 0 | 0.88 | 300 | 0.07 | 0.11 |
| Hex | 1E | 1A | 1E | 0 | D | 0 | 58 | 12C | 7 | B |
| Octal | 36 | 32 | 36 | 0 | 15 | 0 | 130 | 454 | 7 | 13 |
| Binary | 11110 | 11010 | 11110 | 0 | 1101 | 0 | 1011000 | 100101100 | 111 | 1011 |
Color Harmonies of #1E1A1E
Complementary color
Monochromatic Colors of #1E1A1E
Black with #1E1A1E
Text Example
Text Example
White with #1E1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A1E; }
p { color: rgb(30,26,30); }
H1.HeaderClassName
{
color: #1E1A1E;
}
.AnyTagClassName
{
color: #1E1A1E;
}
</style>
background-color css
<style>
a { background-color: #1E1A1E; }
a { background-color: rgb(30,26,30); }
div.DivClassName
{
background-color: #1E1A1E;
}
.BgClassName
{
background-color: #1E1A1E;
}
</style>
border-color css
<style>
span { border-color: #1E1A1E; }
span { border-color: rgb(30,26,30); }
td.TdClassName
{
border-color: #1E1A1E;
}
.TagClassName
{
border-color: #1E1A1E;
}
</style>