Shades of Mardi Gras #1E011B
Tints of Mardi Gras #1E011B
RGB
CMYK
RGB Variations
Color information
#1E011B (or 0x1E011B) is known color: Mardi Gras. HEX triplet: 1E, 01 and 1B. RGB value is (30,1,27). Sum of RGB (Red+Green+Blue) = 30+1+27=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E011B is #E1FEE4. Grayscale: #0C0C0C. Windows color (decimal): -14810853 or 1769758. OLE color: 1769758.
HSL color Cylindrical-coordinate representation of color #1E011B: hue angle of 306.21º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E011B is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 27 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.88 |
| HSL | 306.21º | 0.94% | 0.06% | - |
| HSV(B) | 306.21º | 0.97% | 0.12% | - |
| XYZ | 0.74 | 0.38 | 1.07 | - |
| YUV | 12.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 27 | 0 | 0.97 | 0.10 | 0.88 | 306.21 | 0.94 | 0.06 |
| Hex | 1E | 1 | 1B | 0 | 61 | A | 58 | 132 | 5E | 6 |
| Octal | 36 | 1 | 33 | 0 | 141 | 12 | 130 | 462 | 136 | 6 |
| Binary | 11110 | 1 | 11011 | 0 | 1100001 | 1010 | 1011000 | 100110010 | 1011110 | 110 |
Color Harmonies of #1E011B
Complementary color
Monochromatic Colors of #1E011B
Black with #1E011B
Text Example
Text Example
White with #1E011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E011B; }
p { color: rgb(30,1,27); }
H1.HeaderClassName
{
color: #1E011B;
}
.AnyTagClassName
{
color: #1E011B;
}
</style>
background-color css
<style>
a { background-color: #1E011B; }
a { background-color: rgb(30,1,27); }
div.DivClassName
{
background-color: #1E011B;
}
.BgClassName
{
background-color: #1E011B;
}
</style>
border-color css
<style>
span { border-color: #1E011B; }
span { border-color: rgb(30,1,27); }
td.TdClassName
{
border-color: #1E011B;
}
.TagClassName
{
border-color: #1E011B;
}
</style>