Shades of Mardi Gras #1D181E
Tints of Mardi Gras #1D181E
RGB
CMYK
RGB Variations
Color information
#1D181E (or 0x1D181E) is known color: Mardi Gras. HEX triplet: 1D, 18 and 1E. RGB value is (29,24,30). Sum of RGB (Red+Green+Blue) = 29+24+30=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D181E is #E2E7E1. Grayscale: #1A1A1A. Windows color (decimal): -14870498 or 1972253. OLE color: 1972253.
HSL color Cylindrical-coordinate representation of color #1D181E: hue angle of 290º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1D181E is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 24 | 30 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.88 |
| HSL | 290º | 0.11% | 0.11% | - |
| HSV(B) | 290º | 0.2% | 0.12% | - |
| XYZ | 1.07 | 1.01 | 1.37 | - |
| YUV | 26.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 30 | 0.03 | 0.20 | 0 | 0.88 | 290 | 0.11 | 0.11 |
| Hex | 1D | 18 | 1E | 3 | 14 | 0 | 58 | 122 | B | B |
| Octal | 35 | 30 | 36 | 3 | 24 | 0 | 130 | 442 | 13 | 13 |
| Binary | 11101 | 11000 | 11110 | 11 | 10100 | 0 | 1011000 | 100100010 | 1011 | 1011 |
Color Harmonies of #1D181E
Complementary color
Monochromatic Colors of #1D181E
Black with #1D181E
Text Example
Text Example
White with #1D181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D181E; }
p { color: rgb(29,24,30); }
H1.HeaderClassName
{
color: #1D181E;
}
.AnyTagClassName
{
color: #1D181E;
}
</style>
background-color css
<style>
a { background-color: #1D181E; }
a { background-color: rgb(29,24,30); }
div.DivClassName
{
background-color: #1D181E;
}
.BgClassName
{
background-color: #1D181E;
}
</style>
border-color css
<style>
span { border-color: #1D181E; }
span { border-color: rgb(29,24,30); }
td.TdClassName
{
border-color: #1D181E;
}
.TagClassName
{
border-color: #1D181E;
}
</style>