Shades of Mardi Gras #1E101C
Tints of Mardi Gras #1E101C
RGB
CMYK
RGB Variations
Color information
#1E101C (or 0x1E101C) is known color: Mardi Gras. HEX triplet: 1E, 10 and 1C. RGB value is (30,16,28). Sum of RGB (Red+Green+Blue) = 30+16+28=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E101C is #E1EFE3. Grayscale: #151515. Windows color (decimal): -14807012 or 1839134. OLE color: 1839134.
HSL color Cylindrical-coordinate representation of color #1E101C: hue angle of 308.57º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E101C is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 28 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.88 |
| HSL | 308.57º | 0.3% | 0.09% | - |
| HSV(B) | 308.57º | 0.47% | 0.12% | - |
| XYZ | 0.93 | 0.73 | 1.19 | - |
| YUV | 21.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 28 | 0 | 0.47 | 0.07 | 0.88 | 308.57 | 0.3 | 0.09 |
| Hex | 1E | 10 | 1C | 0 | 2F | 7 | 58 | 135 | 1E | 9 |
| Octal | 36 | 20 | 34 | 0 | 57 | 7 | 130 | 465 | 36 | 11 |
| Binary | 11110 | 10000 | 11100 | 0 | 101111 | 111 | 1011000 | 100110101 | 11110 | 1001 |
Color Harmonies of #1E101C
Complementary color
Monochromatic Colors of #1E101C
Black with #1E101C
Text Example
Text Example
White with #1E101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E101C; }
p { color: rgb(30,16,28); }
H1.HeaderClassName
{
color: #1E101C;
}
.AnyTagClassName
{
color: #1E101C;
}
</style>
background-color css
<style>
a { background-color: #1E101C; }
a { background-color: rgb(30,16,28); }
div.DivClassName
{
background-color: #1E101C;
}
.BgClassName
{
background-color: #1E101C;
}
</style>
border-color css
<style>
span { border-color: #1E101C; }
span { border-color: rgb(30,16,28); }
td.TdClassName
{
border-color: #1E101C;
}
.TagClassName
{
border-color: #1E101C;
}
</style>