Shades of Mardi Gras #1E031E
Tints of Mardi Gras #1E031E
RGB
CMYK
RGB Variations
Color information
#1E031E (or 0x1E031E) is known color: Mardi Gras. HEX triplet: 1E, 03 and 1E. RGB value is (30,3,30). Sum of RGB (Red+Green+Blue) = 30+3+30=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E031E is #E1FCE1. Grayscale: #0E0E0E. Windows color (decimal): -14810338 or 1966878. OLE color: 1966878.
HSL color Cylindrical-coordinate representation of color #1E031E: hue angle of 300º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E031E is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 30 | - |
| CMYK | 0 | 0.90 | 0 | 0.88 |
| HSL | 300º | 0.82% | 0.06% | - |
| HSV(B) | 300º | 0.9% | 0.12% | - |
| XYZ | 0.8 | 0.43 | 1.27 | - |
| YUV | 14.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 30 | 0 | 0.90 | 0 | 0.88 | 300 | 0.82 | 0.06 |
| Hex | 1E | 3 | 1E | 0 | 5A | 0 | 58 | 12C | 52 | 6 |
| Octal | 36 | 3 | 36 | 0 | 132 | 0 | 130 | 454 | 122 | 6 |
| Binary | 11110 | 11 | 11110 | 0 | 1011010 | 0 | 1011000 | 100101100 | 1010010 | 110 |
Color Harmonies of #1E031E
Complementary color
Monochromatic Colors of #1E031E
Black with #1E031E
Text Example
Text Example
White with #1E031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E031E; }
p { color: rgb(30,3,30); }
H1.HeaderClassName
{
color: #1E031E;
}
.AnyTagClassName
{
color: #1E031E;
}
</style>
background-color css
<style>
a { background-color: #1E031E; }
a { background-color: rgb(30,3,30); }
div.DivClassName
{
background-color: #1E031E;
}
.BgClassName
{
background-color: #1E031E;
}
</style>
border-color css
<style>
span { border-color: #1E031E; }
span { border-color: rgb(30,3,30); }
td.TdClassName
{
border-color: #1E031E;
}
.TagClassName
{
border-color: #1E031E;
}
</style>