Shades of Mardi Gras #1D091A
Tints of Mardi Gras #1D091A
RGB
CMYK
RGB Variations
Color information
#1D091A (or 0x1D091A) is known color: Mardi Gras. HEX triplet: 1D, 09 and 1A. RGB value is (29,9,26). Sum of RGB (Red+Green+Blue) = 29+9+26=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D091A is #E2F6E5. Grayscale: #101010. Windows color (decimal): -14874342 or 1706269. OLE color: 1706269.
HSL color Cylindrical-coordinate representation of color #1D091A: hue angle of 309º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D091A is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 9 | 26 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.89 |
| HSL | 309º | 0.53% | 0.07% | - |
| HSV(B) | 309º | 0.69% | 0.11% | - |
| XYZ | 0.79 | 0.53 | 1.04 | - |
| YUV | 16.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 26 | 0 | 0.69 | 0.10 | 0.89 | 309 | 0.53 | 0.07 |
| Hex | 1D | 9 | 1A | 0 | 45 | A | 59 | 135 | 35 | 7 |
| Octal | 35 | 11 | 32 | 0 | 105 | 12 | 131 | 465 | 65 | 7 |
| Binary | 11101 | 1001 | 11010 | 0 | 1000101 | 1010 | 1011001 | 100110101 | 110101 | 111 |
Color Harmonies of #1D091A
Complementary color
Monochromatic Colors of #1D091A
Black with #1D091A
Text Example
Text Example
White with #1D091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D091A; }
p { color: rgb(29,9,26); }
H1.HeaderClassName
{
color: #1D091A;
}
.AnyTagClassName
{
color: #1D091A;
}
</style>
background-color css
<style>
a { background-color: #1D091A; }
a { background-color: rgb(29,9,26); }
div.DivClassName
{
background-color: #1D091A;
}
.BgClassName
{
background-color: #1D091A;
}
</style>
border-color css
<style>
span { border-color: #1D091A; }
span { border-color: rgb(29,9,26); }
td.TdClassName
{
border-color: #1D091A;
}
.TagClassName
{
border-color: #1D091A;
}
</style>