Shades of Mardi Gras #1E0F1E
Tints of Mardi Gras #1E0F1E
RGB
CMYK
RGB Variations
Color information
#1E0F1E (or 0x1E0F1E) is known color: Mardi Gras. HEX triplet: 1E, 0F and 1E. RGB value is (30,15,30). Sum of RGB (Red+Green+Blue) = 30+15+30=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E0F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F1E is #E1F0E1. Grayscale: #151515. Windows color (decimal): -14807266 or 1969950. OLE color: 1969950.
HSL color Cylindrical-coordinate representation of color #1E0F1E: hue angle of 300º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E0F1E is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 15 | 30 | - |
| CMYK | 0 | 0.5 | 0 | 0.88 |
| HSL | 300º | 0.33% | 0.09% | - |
| HSV(B) | 300º | 0.5% | 0.12% | - |
| XYZ | 0.94 | 0.71 | 1.32 | - |
| YUV | 21.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 30 | 0 | 0.5 | 0 | 0.88 | 300 | 0.33 | 0.09 |
| Hex | 1E | F | 1E | 0 | 32 | 0 | 58 | 12C | 21 | 9 |
| Octal | 36 | 17 | 36 | 0 | 62 | 0 | 130 | 454 | 41 | 11 |
| Binary | 11110 | 1111 | 11110 | 0 | 110010 | 0 | 1011000 | 100101100 | 100001 | 1001 |
Color Harmonies of #1E0F1E
Complementary color
Monochromatic Colors of #1E0F1E
Black with #1E0F1E
Text Example
Text Example
White with #1E0F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F1E; }
p { color: rgb(30,15,30); }
H1.HeaderClassName
{
color: #1E0F1E;
}
.AnyTagClassName
{
color: #1E0F1E;
}
</style>
background-color css
<style>
a { background-color: #1E0F1E; }
a { background-color: rgb(30,15,30); }
div.DivClassName
{
background-color: #1E0F1E;
}
.BgClassName
{
background-color: #1E0F1E;
}
</style>
border-color css
<style>
span { border-color: #1E0F1E; }
span { border-color: rgb(30,15,30); }
td.TdClassName
{
border-color: #1E0F1E;
}
.TagClassName
{
border-color: #1E0F1E;
}
</style>