Shades of Maire #1D1A12
Tints of Maire #1D1A12
RGB
CMYK
RGB Variations
Color information
#1D1A12 (or 0x1D1A12) is known color: Maire. HEX triplet: 1D, 1A and 12. RGB value is (29,26,18). Sum of RGB (Red+Green+Blue) = 29+26+18=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1A12 is #E2E5ED. Grayscale: #1A1A1A. Windows color (decimal): -14869998 or 1186333. OLE color: 1186333.
HSL color Cylindrical-coordinate representation of color #1D1A12: hue angle of 43.64º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D1A12 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 26 | 18 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.89 |
| HSL | 43.64º | 0.23% | 0.09% | - |
| HSV(B) | 43.64º | 0.38% | 0.11% | - |
| XYZ | 0.99 | 1.04 | 0.72 | - |
| YUV | 25.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 18 | 0 | 0.10 | 0.38 | 0.89 | 43.64 | 0.23 | 0.09 |
| Hex | 1D | 1A | 12 | 0 | A | 26 | 59 | 2C | 17 | 9 |
| Octal | 35 | 32 | 22 | 0 | 12 | 46 | 131 | 54 | 27 | 11 |
| Binary | 11101 | 11010 | 10010 | 0 | 1010 | 100110 | 1011001 | 101100 | 10111 | 1001 |
Color Harmonies of #1D1A12
Complementary color
Monochromatic Colors of #1D1A12
Black with #1D1A12
Text Example
Text Example
White with #1D1A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A12; }
p { color: rgb(29,26,18); }
H1.HeaderClassName
{
color: #1D1A12;
}
.AnyTagClassName
{
color: #1D1A12;
}
</style>
background-color css
<style>
a { background-color: #1D1A12; }
a { background-color: rgb(29,26,18); }
div.DivClassName
{
background-color: #1D1A12;
}
.BgClassName
{
background-color: #1D1A12;
}
</style>
border-color css
<style>
span { border-color: #1D1A12; }
span { border-color: rgb(29,26,18); }
td.TdClassName
{
border-color: #1D1A12;
}
.TagClassName
{
border-color: #1D1A12;
}
</style>