Shades of Mardi Gras #1D121E
Tints of Mardi Gras #1D121E
RGB
CMYK
RGB Variations
Color information
#1D121E (or 0x1D121E) is known color: Mardi Gras. HEX triplet: 1D, 12 and 1E. RGB value is (29,18,30). Sum of RGB (Red+Green+Blue) = 29+18+30=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D121E is #E2EDE1. Grayscale: #161616. Windows color (decimal): -14872034 or 1970717. OLE color: 1970717.
HSL color Cylindrical-coordinate representation of color #1D121E: hue angle of 295º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D121E is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 18 | 30 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.88 |
| HSL | 295º | 0.25% | 0.09% | - |
| HSV(B) | 295º | 0.4% | 0.12% | - |
| XYZ | 0.96 | 0.79 | 1.33 | - |
| YUV | 22.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 30 | 0.03 | 0.40 | 0 | 0.88 | 295 | 0.25 | 0.09 |
| Hex | 1D | 12 | 1E | 3 | 28 | 0 | 58 | 127 | 19 | 9 |
| Octal | 35 | 22 | 36 | 3 | 50 | 0 | 130 | 447 | 31 | 11 |
| Binary | 11101 | 10010 | 11110 | 11 | 101000 | 0 | 1011000 | 100100111 | 11001 | 1001 |
Color Harmonies of #1D121E
Complementary color
Monochromatic Colors of #1D121E
Black with #1D121E
Text Example
Text Example
White with #1D121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D121E; }
p { color: rgb(29,18,30); }
H1.HeaderClassName
{
color: #1D121E;
}
.AnyTagClassName
{
color: #1D121E;
}
</style>
background-color css
<style>
a { background-color: #1D121E; }
a { background-color: rgb(29,18,30); }
div.DivClassName
{
background-color: #1D121E;
}
.BgClassName
{
background-color: #1D121E;
}
</style>
border-color css
<style>
span { border-color: #1D121E; }
span { border-color: rgb(29,18,30); }
td.TdClassName
{
border-color: #1D121E;
}
.TagClassName
{
border-color: #1D121E;
}
</style>