Shades of Maire #1D1D12
Tints of Maire #1D1D12
RGB
CMYK
RGB Variations
Color information
#1D1D12 (or 0x1D1D12) is known color: Maire. HEX triplet: 1D, 1D and 12. RGB value is (29,29,18). Sum of RGB (Red+Green+Blue) = 29+29+18=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D12 is #E2E2ED. Grayscale: #1B1B1B. Windows color (decimal): -14869230 or 1187101. OLE color: 1187101.
HSL color Cylindrical-coordinate representation of color #1D1D12: hue angle of 60º 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 #1D1D12 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 29 | 18 | - |
| CMYK | 0 | 0 | 0.38 | 0.89 |
| HSL | 60º | 0.23% | 0.09% | - |
| HSV(B) | 60º | 0.38% | 0.11% | - |
| XYZ | 1.06 | 1.18 | 0.75 | - |
| YUV | 27.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 18 | 0 | 0 | 0.38 | 0.89 | 60 | 0.23 | 0.09 |
| Hex | 1D | 1D | 12 | 0 | 0 | 26 | 59 | 3C | 17 | 9 |
| Octal | 35 | 35 | 22 | 0 | 0 | 46 | 131 | 74 | 27 | 11 |
| Binary | 11101 | 11101 | 10010 | 0 | 0 | 100110 | 1011001 | 111100 | 10111 | 1001 |
Color Harmonies of #1D1D12
Complementary color
Monochromatic Colors of #1D1D12
Black with #1D1D12
Text Example
Text Example
White with #1D1D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D12; }
p { color: rgb(29,29,18); }
H1.HeaderClassName
{
color: #1D1D12;
}
.AnyTagClassName
{
color: #1D1D12;
}
</style>
background-color css
<style>
a { background-color: #1D1D12; }
a { background-color: rgb(29,29,18); }
div.DivClassName
{
background-color: #1D1D12;
}
.BgClassName
{
background-color: #1D1D12;
}
</style>
border-color css
<style>
span { border-color: #1D1D12; }
span { border-color: rgb(29,29,18); }
td.TdClassName
{
border-color: #1D1D12;
}
.TagClassName
{
border-color: #1D1D12;
}
</style>