Shades of Mardi Gras #1E001B
Tints of Mardi Gras #1E001B
RGB
CMYK
RGB Variations
Color information
#1E001B (or 0x1E001B) is known color: Mardi Gras. HEX triplet: 1E, 00 and 1B. RGB value is (30,0,27). Sum of RGB (Red+Green+Blue) = 30+0+27=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E001B is #E1FFE4. Grayscale: #0B0B0B. Windows color (decimal): -14811109 or 1769502. OLE color: 1769502.
HSL color Cylindrical-coordinate representation of color #1E001B: hue angle of 306º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E001B is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.10 | 0.88 |
| HSL | 306º | 1% | 0.06% | - |
| HSV(B) | 306º | 1% | 0.12% | - |
| XYZ | 0.73 | 0.36 | 1.07 | - |
| YUV | 12.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 27 | 0 | 1 | 0.10 | 0.88 | 306 | 1 | 0.06 |
| Hex | 1E | 0 | 1B | 0 | 64 | A | 58 | 132 | 64 | 6 |
| Octal | 36 | 0 | 33 | 0 | 144 | 12 | 130 | 462 | 144 | 6 |
| Binary | 11110 | 0 | 11011 | 0 | 1100100 | 1010 | 1011000 | 100110010 | 1100100 | 110 |
Color Harmonies of #1E001B
Complementary color
Monochromatic Colors of #1E001B
Black with #1E001B
Text Example
Text Example
White with #1E001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E001B; }
p { color: rgb(30,0,27); }
H1.HeaderClassName
{
color: #1E001B;
}
.AnyTagClassName
{
color: #1E001B;
}
</style>
background-color css
<style>
a { background-color: #1E001B; }
a { background-color: rgb(30,0,27); }
div.DivClassName
{
background-color: #1E001B;
}
.BgClassName
{
background-color: #1E001B;
}
</style>
border-color css
<style>
span { border-color: #1E001B; }
span { border-color: rgb(30,0,27); }
td.TdClassName
{
border-color: #1E001B;
}
.TagClassName
{
border-color: #1E001B;
}
</style>