Shades of Mardi Gras #1E081B
Tints of Mardi Gras #1E081B
RGB
CMYK
RGB Variations
Color information
#1E081B (or 0x1E081B) is known color: Mardi Gras. HEX triplet: 1E, 08 and 1B. RGB value is (30,8,27). Sum of RGB (Red+Green+Blue) = 30+8+27=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E081B is #E1F7E4. Grayscale: #101010. Windows color (decimal): -14809061 or 1771550. OLE color: 1771550.
HSL color Cylindrical-coordinate representation of color #1E081B: hue angle of 308.18º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E081B is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 8 | 27 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.88 |
| HSL | 308.18º | 0.58% | 0.07% | - |
| HSV(B) | 308.18º | 0.73% | 0.12% | - |
| XYZ | 0.82 | 0.53 | 1.1 | - |
| YUV | 16.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 27 | 0 | 0.73 | 0.10 | 0.88 | 308.18 | 0.58 | 0.07 |
| Hex | 1E | 8 | 1B | 0 | 49 | A | 58 | 134 | 3A | 7 |
| Octal | 36 | 10 | 33 | 0 | 111 | 12 | 130 | 464 | 72 | 7 |
| Binary | 11110 | 1000 | 11011 | 0 | 1001001 | 1010 | 1011000 | 100110100 | 111010 | 111 |
Color Harmonies of #1E081B
Complementary color
Monochromatic Colors of #1E081B
Black with #1E081B
Text Example
Text Example
White with #1E081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E081B; }
p { color: rgb(30,8,27); }
H1.HeaderClassName
{
color: #1E081B;
}
.AnyTagClassName
{
color: #1E081B;
}
</style>
background-color css
<style>
a { background-color: #1E081B; }
a { background-color: rgb(30,8,27); }
div.DivClassName
{
background-color: #1E081B;
}
.BgClassName
{
background-color: #1E081B;
}
</style>
border-color css
<style>
span { border-color: #1E081B; }
span { border-color: rgb(30,8,27); }
td.TdClassName
{
border-color: #1E081B;
}
.TagClassName
{
border-color: #1E081B;
}
</style>