Shades of Mardi Gras #1D091F
Tints of Mardi Gras #1D091F
RGB
CMYK
RGB Variations
Color information
#1D091F (or 0x1D091F) is known color: Mardi Gras. HEX triplet: 1D, 09 and 1F. RGB value is (29,9,31). Sum of RGB (Red+Green+Blue) = 29+9+31=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D091F is #E2F6E0. Grayscale: #111111. Windows color (decimal): -14874337 or 2033949. OLE color: 2033949.
HSL color Cylindrical-coordinate representation of color #1D091F: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D091F is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 9 | 31 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.88 |
| HSL | 294.55º | 0.55% | 0.08% | - |
| HSV(B) | 294.55º | 0.71% | 0.12% | - |
| XYZ | 0.85 | 0.56 | 1.36 | - |
| YUV | 17.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 9 | 31 | 0.06 | 0.71 | 0 | 0.88 | 294.55 | 0.55 | 0.08 |
| Hex | 1D | 9 | 1F | 6 | 47 | 0 | 58 | 127 | 37 | 8 |
| Octal | 35 | 11 | 37 | 6 | 107 | 0 | 130 | 447 | 67 | 10 |
| Binary | 11101 | 1001 | 11111 | 110 | 1000111 | 0 | 1011000 | 100100111 | 110111 | 1000 |
Color Harmonies of #1D091F
Complementary color
Monochromatic Colors of #1D091F
Black with #1D091F
Text Example
Text Example
White with #1D091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D091F; }
p { color: rgb(29,9,31); }
H1.HeaderClassName
{
color: #1D091F;
}
.AnyTagClassName
{
color: #1D091F;
}
</style>
background-color css
<style>
a { background-color: #1D091F; }
a { background-color: rgb(29,9,31); }
div.DivClassName
{
background-color: #1D091F;
}
.BgClassName
{
background-color: #1D091F;
}
</style>
border-color css
<style>
span { border-color: #1D091F; }
span { border-color: rgb(29,9,31); }
td.TdClassName
{
border-color: #1D091F;
}
.TagClassName
{
border-color: #1D091F;
}
</style>