Shades of Mardi Gras #1D091E
Tints of Mardi Gras #1D091E
RGB
CMYK
RGB Variations
Color information
#1D091E (or 0x1D091E) is known color: Mardi Gras. HEX triplet: 1D, 09 and 1E. RGB value is (29,9,30). Sum of RGB (Red+Green+Blue) = 29+9+30=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D091E is #E2F6E1. Grayscale: #111111. Windows color (decimal): -14874338 or 1968413. OLE color: 1968413.
HSL color Cylindrical-coordinate representation of color #1D091E: hue angle of 297.14º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D091E is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 9 | 30 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.88 |
| HSL | 297.14º | 0.54% | 0.08% | - |
| HSV(B) | 297.14º | 0.7% | 0.12% | - |
| XYZ | 0.84 | 0.55 | 1.29 | - |
| YUV | 17.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 30 | 0.03 | 0.70 | 0 | 0.88 | 297.14 | 0.54 | 0.08 |
| Hex | 1D | 9 | 1E | 3 | 46 | 0 | 58 | 129 | 36 | 8 |
| Octal | 35 | 11 | 36 | 3 | 106 | 0 | 130 | 451 | 66 | 10 |
| Binary | 11101 | 1001 | 11110 | 11 | 1000110 | 0 | 1011000 | 100101001 | 110110 | 1000 |
Color Harmonies of #1D091E
Complementary color
Monochromatic Colors of #1D091E
Black with #1D091E
Text Example
Text Example
White with #1D091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D091E; }
p { color: rgb(29,9,30); }
H1.HeaderClassName
{
color: #1D091E;
}
.AnyTagClassName
{
color: #1D091E;
}
</style>
background-color css
<style>
a { background-color: #1D091E; }
a { background-color: rgb(29,9,30); }
div.DivClassName
{
background-color: #1D091E;
}
.BgClassName
{
background-color: #1D091E;
}
</style>
border-color css
<style>
span { border-color: #1D091E; }
span { border-color: rgb(29,9,30); }
td.TdClassName
{
border-color: #1D091E;
}
.TagClassName
{
border-color: #1D091E;
}
</style>