Shades of Mardi Gras #1E021F
Tints of Mardi Gras #1E021F
RGB
CMYK
RGB Variations
Color information
#1E021F (or 0x1E021F) is known color: Mardi Gras. HEX triplet: 1E, 02 and 1F. RGB value is (30,2,31). Sum of RGB (Red+Green+Blue) = 30+2+31=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #1E021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E021F is #E1FDE0. Grayscale: #0D0D0D. Windows color (decimal): -14810593 or 2032158. OLE color: 2032158.
HSL color Cylindrical-coordinate representation of color #1E021F: hue angle of 297.93º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E021F is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 2 | 31 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.88 |
| HSL | 297.93º | 0.88% | 0.06% | - |
| HSV(B) | 297.93º | 0.94% | 0.12% | - |
| XYZ | 0.8 | 0.42 | 1.33 | - |
| YUV | 13.68 | 137.78 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 31 | 0.03 | 0.94 | 0 | 0.88 | 297.93 | 0.88 | 0.06 |
| Hex | 1E | 2 | 1F | 3 | 5E | 0 | 58 | 12A | 58 | 6 |
| Octal | 36 | 2 | 37 | 3 | 136 | 0 | 130 | 452 | 130 | 6 |
| Binary | 11110 | 10 | 11111 | 11 | 1011110 | 0 | 1011000 | 100101010 | 1011000 | 110 |
Color Harmonies of #1E021F
Complementary color
Monochromatic Colors of #1E021F
Black with #1E021F
Text Example
Text Example
White with #1E021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E021F; }
p { color: rgb(30,2,31); }
H1.HeaderClassName
{
color: #1E021F;
}
.AnyTagClassName
{
color: #1E021F;
}
</style>
background-color css
<style>
a { background-color: #1E021F; }
a { background-color: rgb(30,2,31); }
div.DivClassName
{
background-color: #1E021F;
}
.BgClassName
{
background-color: #1E021F;
}
</style>
border-color css
<style>
span { border-color: #1E021F; }
span { border-color: rgb(30,2,31); }
td.TdClassName
{
border-color: #1E021F;
}
.TagClassName
{
border-color: #1E021F;
}
</style>