Shades of Mardi Gras #1E031B
Tints of Mardi Gras #1E031B
RGB
CMYK
RGB Variations
Color information
#1E031B (or 0x1E031B) is known color: Mardi Gras. HEX triplet: 1E, 03 and 1B. RGB value is (30,3,27). Sum of RGB (Red+Green+Blue) = 30+3+27=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E031B is #E1FCE4. Grayscale: #0D0D0D. Windows color (decimal): -14810341 or 1770270. OLE color: 1770270.
HSL color Cylindrical-coordinate representation of color #1E031B: hue angle of 306.67º 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 #1E031B is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 27 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.88 |
| HSL | 306.67º | 0.82% | 0.06% | - |
| HSV(B) | 306.67º | 0.9% | 0.12% | - |
| XYZ | 0.77 | 0.42 | 1.08 | - |
| YUV | 13.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 27 | 0 | 0.90 | 0.10 | 0.88 | 306.67 | 0.82 | 0.06 |
| Hex | 1E | 3 | 1B | 0 | 5A | A | 58 | 133 | 52 | 6 |
| Octal | 36 | 3 | 33 | 0 | 132 | 12 | 130 | 463 | 122 | 6 |
| Binary | 11110 | 11 | 11011 | 0 | 1011010 | 1010 | 1011000 | 100110011 | 1010010 | 110 |
Color Harmonies of #1E031B
Complementary color
Monochromatic Colors of #1E031B
Black with #1E031B
Text Example
Text Example
White with #1E031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E031B; }
p { color: rgb(30,3,27); }
H1.HeaderClassName
{
color: #1E031B;
}
.AnyTagClassName
{
color: #1E031B;
}
</style>
background-color css
<style>
a { background-color: #1E031B; }
a { background-color: rgb(30,3,27); }
div.DivClassName
{
background-color: #1E031B;
}
.BgClassName
{
background-color: #1E031B;
}
</style>
border-color css
<style>
span { border-color: #1E031B; }
span { border-color: rgb(30,3,27); }
td.TdClassName
{
border-color: #1E031B;
}
.TagClassName
{
border-color: #1E031B;
}
</style>