Shades of Maire #1D1D0D
Tints of Maire #1D1D0D
RGB
CMYK
RGB Variations
Color information
#1D1D0D (or 0x1D1D0D) is known color: Maire. HEX triplet: 1D, 1D and 0D. RGB value is (29,29,13). Sum of RGB (Red+Green+Blue) = 29+29+13=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D0D is #E2E2F2. Grayscale: #1B1B1B. Windows color (decimal): -14869235 or 859421. OLE color: 859421.
HSL color Cylindrical-coordinate representation of color #1D1D0D: hue angle of 60º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D1D0D is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 29 | 13 | - |
| CMYK | 0 | 0 | 0.55 | 0.89 |
| HSL | 60º | 0.38% | 0.08% | - |
| HSV(B) | 60º | 0.55% | 0.11% | - |
| XYZ | 1.02 | 1.17 | 0.55 | - |
| YUV | 27.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 13 | 0 | 0 | 0.55 | 0.89 | 60 | 0.38 | 0.08 |
| Hex | 1D | 1D | D | 0 | 0 | 37 | 59 | 3C | 26 | 8 |
| Octal | 35 | 35 | 15 | 0 | 0 | 67 | 131 | 74 | 46 | 10 |
| Binary | 11101 | 11101 | 1101 | 0 | 0 | 110111 | 1011001 | 111100 | 100110 | 1000 |
Color Harmonies of #1D1D0D
Complementary color
Monochromatic Colors of #1D1D0D
Black with #1D1D0D
Text Example
Text Example
White with #1D1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D0D; }
p { color: rgb(29,29,13); }
H1.HeaderClassName
{
color: #1D1D0D;
}
.AnyTagClassName
{
color: #1D1D0D;
}
</style>
background-color css
<style>
a { background-color: #1D1D0D; }
a { background-color: rgb(29,29,13); }
div.DivClassName
{
background-color: #1D1D0D;
}
.BgClassName
{
background-color: #1D1D0D;
}
</style>
border-color css
<style>
span { border-color: #1D1D0D; }
span { border-color: rgb(29,29,13); }
td.TdClassName
{
border-color: #1D1D0D;
}
.TagClassName
{
border-color: #1D1D0D;
}
</style>