Shades of Mardi Gras #1E101E
Tints of Mardi Gras #1E101E
RGB
CMYK
RGB Variations
Color information
#1E101E (or 0x1E101E) is known color: Mardi Gras. HEX triplet: 1E, 10 and 1E. RGB value is (30,16,30). Sum of RGB (Red+Green+Blue) = 30+16+30=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E101E is #E1EFE1. Grayscale: #151515. Windows color (decimal): -14807010 or 1970206. OLE color: 1970206.
HSL color Cylindrical-coordinate representation of color #1E101E: hue angle of 300º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E101E is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 30 | - |
| CMYK | 0 | 0.47 | 0 | 0.88 |
| HSL | 300º | 0.3% | 0.09% | - |
| HSV(B) | 300º | 0.47% | 0.12% | - |
| XYZ | 0.96 | 0.74 | 1.32 | - |
| YUV | 21.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 30 | 0 | 0.47 | 0 | 0.88 | 300 | 0.3 | 0.09 |
| Hex | 1E | 10 | 1E | 0 | 2F | 0 | 58 | 12C | 1E | 9 |
| Octal | 36 | 20 | 36 | 0 | 57 | 0 | 130 | 454 | 36 | 11 |
| Binary | 11110 | 10000 | 11110 | 0 | 101111 | 0 | 1011000 | 100101100 | 11110 | 1001 |
Color Harmonies of #1E101E
Complementary color
Monochromatic Colors of #1E101E
Black with #1E101E
Text Example
Text Example
White with #1E101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E101E; }
p { color: rgb(30,16,30); }
H1.HeaderClassName
{
color: #1E101E;
}
.AnyTagClassName
{
color: #1E101E;
}
</style>
background-color css
<style>
a { background-color: #1E101E; }
a { background-color: rgb(30,16,30); }
div.DivClassName
{
background-color: #1E101E;
}
.BgClassName
{
background-color: #1E101E;
}
</style>
border-color css
<style>
span { border-color: #1E101E; }
span { border-color: rgb(30,16,30); }
td.TdClassName
{
border-color: #1E101E;
}
.TagClassName
{
border-color: #1E101E;
}
</style>