Shades of Maire #1D1911
Tints of Maire #1D1911
RGB
CMYK
RGB Variations
Color information
#1D1911 (or 0x1D1911) is known color: Maire. HEX triplet: 1D, 19 and 11. RGB value is (29,25,17). Sum of RGB (Red+Green+Blue) = 29+25+17=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1911 is #E2E6EE. Grayscale: #191919. Windows color (decimal): -14870255 or 1120541. OLE color: 1120541.
HSL color Cylindrical-coordinate representation of color #1D1911: hue angle of 40º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D1911 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 17 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.89 |
| HSL | 40º | 0.26% | 0.09% | - |
| HSV(B) | 40º | 0.41% | 0.11% | - |
| XYZ | 0.96 | 1 | 0.67 | - |
| YUV | 25.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 17 | 0 | 0.14 | 0.41 | 0.89 | 40 | 0.26 | 0.09 |
| Hex | 1D | 19 | 11 | 0 | E | 29 | 59 | 28 | 1A | 9 |
| Octal | 35 | 31 | 21 | 0 | 16 | 51 | 131 | 50 | 32 | 11 |
| Binary | 11101 | 11001 | 10001 | 0 | 1110 | 101001 | 1011001 | 101000 | 11010 | 1001 |
Color Harmonies of #1D1911
Complementary color
Monochromatic Colors of #1D1911
Black with #1D1911
Text Example
Text Example
White with #1D1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1911; }
p { color: rgb(29,25,17); }
H1.HeaderClassName
{
color: #1D1911;
}
.AnyTagClassName
{
color: #1D1911;
}
</style>
background-color css
<style>
a { background-color: #1D1911; }
a { background-color: rgb(29,25,17); }
div.DivClassName
{
background-color: #1D1911;
}
.BgClassName
{
background-color: #1D1911;
}
</style>
border-color css
<style>
span { border-color: #1D1911; }
span { border-color: rgb(29,25,17); }
td.TdClassName
{
border-color: #1D1911;
}
.TagClassName
{
border-color: #1D1911;
}
</style>