Shades of Mardi Gras #1E0B1B
Tints of Mardi Gras #1E0B1B
RGB
CMYK
RGB Variations
Color information
#1E0B1B (or 0x1E0B1B) is known color: Mardi Gras. HEX triplet: 1E, 0B and 1B. RGB value is (30,11,27). Sum of RGB (Red+Green+Blue) = 30+11+27=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0B1B is #E1F4E4. Grayscale: #121212. Windows color (decimal): -14808293 or 1772318. OLE color: 1772318.
HSL color Cylindrical-coordinate representation of color #1E0B1B: hue angle of 309.47º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E0B1B is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 11 | 27 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.88 |
| HSL | 309.47º | 0.46% | 0.08% | - |
| HSV(B) | 309.47º | 0.63% | 0.12% | - |
| XYZ | 0.85 | 0.59 | 1.11 | - |
| YUV | 18.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 27 | 0 | 0.63 | 0.10 | 0.88 | 309.47 | 0.46 | 0.08 |
| Hex | 1E | B | 1B | 0 | 3F | A | 58 | 135 | 2E | 8 |
| Octal | 36 | 13 | 33 | 0 | 77 | 12 | 130 | 465 | 56 | 10 |
| Binary | 11110 | 1011 | 11011 | 0 | 111111 | 1010 | 1011000 | 100110101 | 101110 | 1000 |
Color Harmonies of #1E0B1B
Complementary color
Monochromatic Colors of #1E0B1B
Black with #1E0B1B
Text Example
Text Example
White with #1E0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B1B; }
p { color: rgb(30,11,27); }
H1.HeaderClassName
{
color: #1E0B1B;
}
.AnyTagClassName
{
color: #1E0B1B;
}
</style>
background-color css
<style>
a { background-color: #1E0B1B; }
a { background-color: rgb(30,11,27); }
div.DivClassName
{
background-color: #1E0B1B;
}
.BgClassName
{
background-color: #1E0B1B;
}
</style>
border-color css
<style>
span { border-color: #1E0B1B; }
span { border-color: rgb(30,11,27); }
td.TdClassName
{
border-color: #1E0B1B;
}
.TagClassName
{
border-color: #1E0B1B;
}
</style>