Shades of Mardi Gras #1E141E
Tints of Mardi Gras #1E141E
RGB
CMYK
RGB Variations
Color information
#1E141E (or 0x1E141E) is known color: Mardi Gras. HEX triplet: 1E, 14 and 1E. RGB value is (30,20,30). Sum of RGB (Red+Green+Blue) = 30+20+30=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E141E is #E1EBE1. Grayscale: #181818. Windows color (decimal): -14805986 or 1971230. OLE color: 1971230.
HSL color Cylindrical-coordinate representation of color #1E141E: hue angle of 300º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E141E is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 30 | - |
| CMYK | 0 | 0.33 | 0 | 0.88 |
| HSL | 300º | 0.2% | 0.1% | - |
| HSV(B) | 300º | 0.33% | 0.12% | - |
| XYZ | 1.02 | 0.87 | 1.34 | - |
| YUV | 24.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 30 | 0 | 0.33 | 0 | 0.88 | 300 | 0.2 | 0.1 |
| Hex | 1E | 14 | 1E | 0 | 21 | 0 | 58 | 12C | 14 | A |
| Octal | 36 | 24 | 36 | 0 | 41 | 0 | 130 | 454 | 24 | 12 |
| Binary | 11110 | 10100 | 11110 | 0 | 100001 | 0 | 1011000 | 100101100 | 10100 | 1010 |
Color Harmonies of #1E141E
Complementary color
Monochromatic Colors of #1E141E
Black with #1E141E
Text Example
Text Example
White with #1E141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E141E; }
p { color: rgb(30,20,30); }
H1.HeaderClassName
{
color: #1E141E;
}
.AnyTagClassName
{
color: #1E141E;
}
</style>
background-color css
<style>
a { background-color: #1E141E; }
a { background-color: rgb(30,20,30); }
div.DivClassName
{
background-color: #1E141E;
}
.BgClassName
{
background-color: #1E141E;
}
</style>
border-color css
<style>
span { border-color: #1E141E; }
span { border-color: rgb(30,20,30); }
td.TdClassName
{
border-color: #1E141E;
}
.TagClassName
{
border-color: #1E141E;
}
</style>