Shades of Maire #1D1C10
Tints of Maire #1D1C10
RGB
CMYK
RGB Variations
Color information
#1D1C10 (or 0x1D1C10) is known color: Maire. HEX triplet: 1D, 1C and 10. RGB value is (29,28,16). Sum of RGB (Red+Green+Blue) = 29+28+16=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C10 is #E2E3EF. Grayscale: #1A1A1A. Windows color (decimal): -14869488 or 1055773. OLE color: 1055773.
HSL color Cylindrical-coordinate representation of color #1D1C10: hue angle of 55.38º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D1C10 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 28 | 16 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.89 |
| HSL | 55.38º | 0.29% | 0.09% | - |
| HSV(B) | 55.38º | 0.45% | 0.11% | - |
| XYZ | 1.02 | 1.13 | 0.65 | - |
| YUV | 26.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 16 | 0 | 0.03 | 0.45 | 0.89 | 55.38 | 0.29 | 0.09 |
| Hex | 1D | 1C | 10 | 0 | 3 | 2D | 59 | 37 | 1D | 9 |
| Octal | 35 | 34 | 20 | 0 | 3 | 55 | 131 | 67 | 35 | 11 |
| Binary | 11101 | 11100 | 10000 | 0 | 11 | 101101 | 1011001 | 110111 | 11101 | 1001 |
Color Harmonies of #1D1C10
Complementary color
Monochromatic Colors of #1D1C10
Black with #1D1C10
Text Example
Text Example
White with #1D1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1C10; }
p { color: rgb(29,28,16); }
H1.HeaderClassName
{
color: #1D1C10;
}
.AnyTagClassName
{
color: #1D1C10;
}
</style>
background-color css
<style>
a { background-color: #1D1C10; }
a { background-color: rgb(29,28,16); }
div.DivClassName
{
background-color: #1D1C10;
}
.BgClassName
{
background-color: #1D1C10;
}
</style>
border-color css
<style>
span { border-color: #1D1C10; }
span { border-color: rgb(29,28,16); }
td.TdClassName
{
border-color: #1D1C10;
}
.TagClassName
{
border-color: #1D1C10;
}
</style>