Shades of Maire #1D1B16
Tints of Maire #1D1B16
RGB
CMYK
RGB Variations
Color information
#1D1B16 (or 0x1D1B16) is known color: Maire. HEX triplet: 1D, 1B and 16. RGB value is (29,27,22). Sum of RGB (Red+Green+Blue) = 29+27+22=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1B16 is #E2E4E9. Grayscale: #1B1B1B. Windows color (decimal): -14869738 or 1448733. OLE color: 1448733.
HSL color Cylindrical-coordinate representation of color #1D1B16: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D1B16 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 27 | 22 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.89 |
| HSL | 42.86º | 0.14% | 0.1% | - |
| HSV(B) | 42.86º | 0.24% | 0.11% | - |
| XYZ | 1.04 | 1.1 | 0.92 | - |
| YUV | 27.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 22 | 0 | 0.07 | 0.24 | 0.89 | 42.86 | 0.14 | 0.1 |
| Hex | 1D | 1B | 16 | 0 | 7 | 18 | 59 | 2B | E | A |
| Octal | 35 | 33 | 26 | 0 | 7 | 30 | 131 | 53 | 16 | 12 |
| Binary | 11101 | 11011 | 10110 | 0 | 111 | 11000 | 1011001 | 101011 | 1110 | 1010 |
Color Harmonies of #1D1B16
Complementary color
Monochromatic Colors of #1D1B16
Black with #1D1B16
Text Example
Text Example
White with #1D1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B16; }
p { color: rgb(29,27,22); }
H1.HeaderClassName
{
color: #1D1B16;
}
.AnyTagClassName
{
color: #1D1B16;
}
</style>
background-color css
<style>
a { background-color: #1D1B16; }
a { background-color: rgb(29,27,22); }
div.DivClassName
{
background-color: #1D1B16;
}
.BgClassName
{
background-color: #1D1B16;
}
</style>
border-color css
<style>
span { border-color: #1D1B16; }
span { border-color: rgb(29,27,22); }
td.TdClassName
{
border-color: #1D1B16;
}
.TagClassName
{
border-color: #1D1B16;
}
</style>