Shades of Mardi Gras #1E0A1B
Tints of Mardi Gras #1E0A1B
RGB
CMYK
RGB Variations
Color information
#1E0A1B (or 0x1E0A1B) is known color: Mardi Gras. HEX triplet: 1E, 0A and 1B. RGB value is (30,10,27). Sum of RGB (Red+Green+Blue) = 30+10+27=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0A1B is #E1F5E4. Grayscale: #111111. Windows color (decimal): -14808549 or 1772062. OLE color: 1772062.
HSL color Cylindrical-coordinate representation of color #1E0A1B: hue angle of 309º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E0A1B is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 10 | 27 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.88 |
| HSL | 309º | 0.5% | 0.08% | - |
| HSV(B) | 309º | 0.67% | 0.12% | - |
| XYZ | 0.84 | 0.57 | 1.1 | - |
| YUV | 17.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 27 | 0 | 0.67 | 0.10 | 0.88 | 309 | 0.5 | 0.08 |
| Hex | 1E | A | 1B | 0 | 43 | A | 58 | 135 | 32 | 8 |
| Octal | 36 | 12 | 33 | 0 | 103 | 12 | 130 | 465 | 62 | 10 |
| Binary | 11110 | 1010 | 11011 | 0 | 1000011 | 1010 | 1011000 | 100110101 | 110010 | 1000 |
Color Harmonies of #1E0A1B
Complementary color
Monochromatic Colors of #1E0A1B
Black with #1E0A1B
Text Example
Text Example
White with #1E0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A1B; }
p { color: rgb(30,10,27); }
H1.HeaderClassName
{
color: #1E0A1B;
}
.AnyTagClassName
{
color: #1E0A1B;
}
</style>
background-color css
<style>
a { background-color: #1E0A1B; }
a { background-color: rgb(30,10,27); }
div.DivClassName
{
background-color: #1E0A1B;
}
.BgClassName
{
background-color: #1E0A1B;
}
</style>
border-color css
<style>
span { border-color: #1E0A1B; }
span { border-color: rgb(30,10,27); }
td.TdClassName
{
border-color: #1E0A1B;
}
.TagClassName
{
border-color: #1E0A1B;
}
</style>