Shades of Maire #1D1D15
Tints of Maire #1D1D15
RGB
CMYK
RGB Variations
Color information
#1D1D15 (or 0x1D1D15) is known color: Maire. HEX triplet: 1D, 1D and 15. RGB value is (29,29,21). Sum of RGB (Red+Green+Blue) = 29+29+21=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 29 (11.72% from 255 or 36.71% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D15 is #E2E2EA. Grayscale: #1C1C1C. Windows color (decimal): -14869227 or 1383709. OLE color: 1383709.
HSL color Cylindrical-coordinate representation of color #1D1D15: hue angle of 60º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D1D15 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 29 | 21 | - |
| CMYK | 0 | 0 | 0.28 | 0.89 |
| HSL | 60º | 0.16% | 0.1% | - |
| HSV(B) | 60º | 0.28% | 0.11% | - |
| XYZ | 1.08 | 1.19 | 0.88 | - |
| YUV | 28.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 21 | 0 | 0 | 0.28 | 0.89 | 60 | 0.16 | 0.1 |
| Hex | 1D | 1D | 15 | 0 | 0 | 1C | 59 | 3C | 10 | A |
| Octal | 35 | 35 | 25 | 0 | 0 | 34 | 131 | 74 | 20 | 12 |
| Binary | 11101 | 11101 | 10101 | 0 | 0 | 11100 | 1011001 | 111100 | 10000 | 1010 |
Color Harmonies of #1D1D15
Complementary color
Monochromatic Colors of #1D1D15
Black with #1D1D15
Text Example
Text Example
White with #1D1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D15; }
p { color: rgb(29,29,21); }
H1.HeaderClassName
{
color: #1D1D15;
}
.AnyTagClassName
{
color: #1D1D15;
}
</style>
background-color css
<style>
a { background-color: #1D1D15; }
a { background-color: rgb(29,29,21); }
div.DivClassName
{
background-color: #1D1D15;
}
.BgClassName
{
background-color: #1D1D15;
}
</style>
border-color css
<style>
span { border-color: #1D1D15; }
span { border-color: rgb(29,29,21); }
td.TdClassName
{
border-color: #1D1D15;
}
.TagClassName
{
border-color: #1D1D15;
}
</style>