Shades of Maire #1D1C17
Tints of Maire #1D1C17
RGB
CMYK
RGB Variations
Color information
#1D1C17 (or 0x1D1C17) is known color: Maire. HEX triplet: 1D, 1C and 17. RGB value is (29,28,23). Sum of RGB (Red+Green+Blue) = 29+28+23=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C17 is #E2E3E8. Grayscale: #1B1B1B. Windows color (decimal): -14869481 or 1514525. OLE color: 1514525.
HSL color Cylindrical-coordinate representation of color #1D1C17: hue angle of 50º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1D1C17 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 28 | 23 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.89 |
| HSL | 50º | 0.12% | 0.1% | - |
| HSV(B) | 50º | 0.21% | 0.11% | - |
| XYZ | 1.08 | 1.15 | 0.98 | - |
| YUV | 27.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 23 | 0 | 0.03 | 0.21 | 0.89 | 50 | 0.12 | 0.1 |
| Hex | 1D | 1C | 17 | 0 | 3 | 15 | 59 | 32 | C | A |
| Octal | 35 | 34 | 27 | 0 | 3 | 25 | 131 | 62 | 14 | 12 |
| Binary | 11101 | 11100 | 10111 | 0 | 11 | 10101 | 1011001 | 110010 | 1100 | 1010 |
Color Harmonies of #1D1C17
Complementary color
Monochromatic Colors of #1D1C17
Black with #1D1C17
Text Example
Text Example
White with #1D1C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1C17; }
p { color: rgb(29,28,23); }
H1.HeaderClassName
{
color: #1D1C17;
}
.AnyTagClassName
{
color: #1D1C17;
}
</style>
background-color css
<style>
a { background-color: #1D1C17; }
a { background-color: rgb(29,28,23); }
div.DivClassName
{
background-color: #1D1C17;
}
.BgClassName
{
background-color: #1D1C17;
}
</style>
border-color css
<style>
span { border-color: #1D1C17; }
span { border-color: rgb(29,28,23); }
td.TdClassName
{
border-color: #1D1C17;
}
.TagClassName
{
border-color: #1D1C17;
}
</style>