Shades of Mardi Gras #1E1020
Tints of Mardi Gras #1E1020
RGB
CMYK
RGB Variations
Color information
#1E1020 (or 0x1E1020) is known color: Mardi Gras. HEX triplet: 1E, 10 and 20. RGB value is (30,16,32). Sum of RGB (Red+Green+Blue) = 30+16+32=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 32 - color contains mainly: blue. Hex color #1E1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1020 is #E1EFDF. Grayscale: #151515. Windows color (decimal): -14807008 or 2101278. OLE color: 2101278.
HSL color Cylindrical-coordinate representation of color #1E1020: hue angle of 292.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E1020 is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 16 | 32 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.87 |
| HSL | 292.5º | 0.33% | 0.09% | - |
| HSV(B) | 292.5º | 0.5% | 0.13% | - |
| XYZ | 0.98 | 0.75 | 1.46 | - |
| YUV | 22.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 32 | 0.06 | 0.5 | 0 | 0.87 | 292.5 | 0.33 | 0.09 |
| Hex | 1E | 10 | 20 | 6 | 32 | 0 | 57 | 124 | 21 | 9 |
| Octal | 36 | 20 | 40 | 6 | 62 | 0 | 127 | 444 | 41 | 11 |
| Binary | 11110 | 10000 | 100000 | 110 | 110010 | 0 | 1010111 | 100100100 | 100001 | 1001 |
Color Harmonies of #1E1020
Complementary color
Monochromatic Colors of #1E1020
Black with #1E1020
Text Example
Text Example
White with #1E1020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1020; }
p { color: rgb(30,16,32); }
H1.HeaderClassName
{
color: #1E1020;
}
.AnyTagClassName
{
color: #1E1020;
}
</style>
background-color css
<style>
a { background-color: #1E1020; }
a { background-color: rgb(30,16,32); }
div.DivClassName
{
background-color: #1E1020;
}
.BgClassName
{
background-color: #1E1020;
}
</style>
border-color css
<style>
span { border-color: #1E1020; }
span { border-color: rgb(30,16,32); }
td.TdClassName
{
border-color: #1E1020;
}
.TagClassName
{
border-color: #1E1020;
}
</style>