Shades of Mardi Gras #1E041C
Tints of Mardi Gras #1E041C
RGB
CMYK
RGB Variations
Color information
#1E041C (or 0x1E041C) is known color: Mardi Gras. HEX triplet: 1E, 04 and 1C. RGB value is (30,4,28). Sum of RGB (Red+Green+Blue) = 30+4+28=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E041C is #E1FBE3. Grayscale: #0E0E0E. Windows color (decimal): -14810084 or 1836062. OLE color: 1836062.
HSL color Cylindrical-coordinate representation of color #1E041C: hue angle of 304.62º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E041C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 4 | 28 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.88 |
| HSL | 304.62º | 0.76% | 0.07% | - |
| HSV(B) | 304.62º | 0.87% | 0.12% | - |
| XYZ | 0.79 | 0.45 | 1.14 | - |
| YUV | 14.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 28 | 0 | 0.87 | 0.07 | 0.88 | 304.62 | 0.76 | 0.07 |
| Hex | 1E | 4 | 1C | 0 | 57 | 7 | 58 | 131 | 4C | 7 |
| Octal | 36 | 4 | 34 | 0 | 127 | 7 | 130 | 461 | 114 | 7 |
| Binary | 11110 | 100 | 11100 | 0 | 1010111 | 111 | 1011000 | 100110001 | 1001100 | 111 |
Color Harmonies of #1E041C
Complementary color
Monochromatic Colors of #1E041C
Black with #1E041C
Text Example
Text Example
White with #1E041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E041C; }
p { color: rgb(30,4,28); }
H1.HeaderClassName
{
color: #1E041C;
}
.AnyTagClassName
{
color: #1E041C;
}
</style>
background-color css
<style>
a { background-color: #1E041C; }
a { background-color: rgb(30,4,28); }
div.DivClassName
{
background-color: #1E041C;
}
.BgClassName
{
background-color: #1E041C;
}
</style>
border-color css
<style>
span { border-color: #1E041C; }
span { border-color: rgb(30,4,28); }
td.TdClassName
{
border-color: #1E041C;
}
.TagClassName
{
border-color: #1E041C;
}
</style>