Shades of Maire #1C1A16
Tints of Maire #1C1A16
RGB
CMYK
RGB Variations
Color information
#1C1A16 (or 0x1C1A16) is known color: Maire. HEX triplet: 1C, 1A and 16. RGB value is (28,26,22). Sum of RGB (Red+Green+Blue) = 28+26+22=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1A16 is #E3E5E9. Grayscale: #1A1A1A. Windows color (decimal): -14935530 or 1448476. OLE color: 1448476.
HSL color Cylindrical-coordinate representation of color #1C1A16: hue angle of 40º 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 #1C1A16 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 26 | 22 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.89 |
| HSL | 40º | 0.12% | 0.1% | - |
| HSV(B) | 40º | 0.21% | 0.11% | - |
| XYZ | 0.99 | 1.04 | 0.91 | - |
| YUV | 26.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 26 | 22 | 0 | 0.07 | 0.21 | 0.89 | 40 | 0.12 | 0.1 |
| Hex | 1C | 1A | 16 | 0 | 7 | 15 | 59 | 28 | C | A |
| Octal | 34 | 32 | 26 | 0 | 7 | 25 | 131 | 50 | 14 | 12 |
| Binary | 11100 | 11010 | 10110 | 0 | 111 | 10101 | 1011001 | 101000 | 1100 | 1010 |
Color Harmonies of #1C1A16
Complementary color
Monochromatic Colors of #1C1A16
Black with #1C1A16
Text Example
Text Example
White with #1C1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1A16; }
p { color: rgb(28,26,22); }
H1.HeaderClassName
{
color: #1C1A16;
}
.AnyTagClassName
{
color: #1C1A16;
}
</style>
background-color css
<style>
a { background-color: #1C1A16; }
a { background-color: rgb(28,26,22); }
div.DivClassName
{
background-color: #1C1A16;
}
.BgClassName
{
background-color: #1C1A16;
}
</style>
border-color css
<style>
span { border-color: #1C1A16; }
span { border-color: rgb(28,26,22); }
td.TdClassName
{
border-color: #1C1A16;
}
.TagClassName
{
border-color: #1C1A16;
}
</style>