Shades of Mardi Gras #1D191D
Tints of Mardi Gras #1D191D
RGB
CMYK
RGB Variations
Color information
#1D191D (or 0x1D191D) is known color: Mardi Gras. HEX triplet: 1D, 19 and 1D. RGB value is (29,25,29). Sum of RGB (Red+Green+Blue) = 29+25+29=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D191D is #E2E6E2. Grayscale: #1A1A1A. Windows color (decimal): -14870243 or 1906973. OLE color: 1906973.
HSL color Cylindrical-coordinate representation of color #1D191D: hue angle of 300º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1D191D is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 29 | 25 | 29 | - |
CMYK | 0 | 0.14 | 0 | 0.89 |
HSL | 300º | 0.07% | 0.11% | - |
HSV(B) | 300º | 0.14% | 0.11% | - |
XYZ | 1.08 | 1.05 | 1.31 | - |
YUV | 26.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 25 | 29 | 0 | 0.14 | 0 | 0.89 | 300 | 0.07 | 0.11 |
Hex | 1D | 19 | 1D | 0 | E | 0 | 59 | 12C | 7 | B |
Octal | 35 | 31 | 35 | 0 | 16 | 0 | 131 | 454 | 7 | 13 |
Binary | 11101 | 11001 | 11101 | 0 | 1110 | 0 | 1011001 | 100101100 | 111 | 1011 |
Color Harmonies of #1D191D
Complementary color
Monochromatic Colors of #1D191D
Black with #1D191D
Text Example
Text Example
White with #1D191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D191D; }
p { color: rgb(29,25,29); }
H1.HeaderClassName
{
color: #1D191D;
}
.AnyTagClassName
{
color: #1D191D;
}
</style>
background-color css
<style>
a { background-color: #1D191D; }
a { background-color: rgb(29,25,29); }
div.DivClassName
{
background-color: #1D191D;
}
.BgClassName
{
background-color: #1D191D;
}
</style>
border-color css
<style>
span { border-color: #1D191D; }
span { border-color: rgb(29,25,29); }
td.TdClassName
{
border-color: #1D191D;
}
.TagClassName
{
border-color: #1D191D;
}
</style>