Shades of Mardi Gras #1E031C
Tints of Mardi Gras #1E031C
RGB
CMYK
RGB Variations
Color information
#1E031C (or 0x1E031C) is known color: Mardi Gras. HEX triplet: 1E, 03 and 1C. RGB value is (30,3,28). Sum of RGB (Red+Green+Blue) = 30+3+28=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E031C is #E1FCE3. Grayscale: #0D0D0D. Windows color (decimal): -14810340 or 1835806. OLE color: 1835806.
HSL color Cylindrical-coordinate representation of color #1E031C: hue angle of 304.44º 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 #1E031C is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 28 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.88 |
| HSL | 304.44º | 0.82% | 0.06% | - |
| HSV(B) | 304.44º | 0.9% | 0.12% | - |
| XYZ | 0.78 | 0.42 | 1.14 | - |
| YUV | 13.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 28 | 0 | 0.90 | 0.07 | 0.88 | 304.44 | 0.82 | 0.06 |
| Hex | 1E | 3 | 1C | 0 | 5A | 7 | 58 | 130 | 52 | 6 |
| Octal | 36 | 3 | 34 | 0 | 132 | 7 | 130 | 460 | 122 | 6 |
| Binary | 11110 | 11 | 11100 | 0 | 1011010 | 111 | 1011000 | 100110000 | 1010010 | 110 |
Color Harmonies of #1E031C
Complementary color
Monochromatic Colors of #1E031C
Black with #1E031C
Text Example
Text Example
White with #1E031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E031C; }
p { color: rgb(30,3,28); }
H1.HeaderClassName
{
color: #1E031C;
}
.AnyTagClassName
{
color: #1E031C;
}
</style>
background-color css
<style>
a { background-color: #1E031C; }
a { background-color: rgb(30,3,28); }
div.DivClassName
{
background-color: #1E031C;
}
.BgClassName
{
background-color: #1E031C;
}
</style>
border-color css
<style>
span { border-color: #1E031C; }
span { border-color: rgb(30,3,28); }
td.TdClassName
{
border-color: #1E031C;
}
.TagClassName
{
border-color: #1E031C;
}
</style>