Shades of Maire #1D1A11
Tints of Maire #1D1A11
RGB
CMYK
RGB Variations
Color information
#1D1A11 (or 0x1D1A11) is known color: Maire. HEX triplet: 1D, 1A and 11. RGB value is (29,26,17). Sum of RGB (Red+Green+Blue) = 29+26+17=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1A11 is #E2E5EE. Grayscale: #191919. Windows color (decimal): -14869999 or 1120797. OLE color: 1120797.
HSL color Cylindrical-coordinate representation of color #1D1A11: hue angle of 45º 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 #1D1A11 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 26 | 17 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.89 |
| HSL | 45º | 0.26% | 0.09% | - |
| HSV(B) | 45º | 0.41% | 0.11% | - |
| XYZ | 0.98 | 1.04 | 0.68 | - |
| YUV | 25.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 17 | 0 | 0.10 | 0.41 | 0.89 | 45 | 0.26 | 0.09 |
| Hex | 1D | 1A | 11 | 0 | A | 29 | 59 | 2D | 1A | 9 |
| Octal | 35 | 32 | 21 | 0 | 12 | 51 | 131 | 55 | 32 | 11 |
| Binary | 11101 | 11010 | 10001 | 0 | 1010 | 101001 | 1011001 | 101101 | 11010 | 1001 |
Color Harmonies of #1D1A11
Complementary color
Monochromatic Colors of #1D1A11
Black with #1D1A11
Text Example
Text Example
White with #1D1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A11; }
p { color: rgb(29,26,17); }
H1.HeaderClassName
{
color: #1D1A11;
}
.AnyTagClassName
{
color: #1D1A11;
}
</style>
background-color css
<style>
a { background-color: #1D1A11; }
a { background-color: rgb(29,26,17); }
div.DivClassName
{
background-color: #1D1A11;
}
.BgClassName
{
background-color: #1D1A11;
}
</style>
border-color css
<style>
span { border-color: #1D1A11; }
span { border-color: rgb(29,26,17); }
td.TdClassName
{
border-color: #1D1A11;
}
.TagClassName
{
border-color: #1D1A11;
}
</style>