Shades of Maire #1C1B16
Tints of Maire #1C1B16
RGB
CMYK
RGB Variations
Color information
#1C1B16 (or 0x1C1B16) is known color: Maire. HEX triplet: 1C, 1B and 16. RGB value is (28,27,22). Sum of RGB (Red+Green+Blue) = 28+27+22=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1B16 is #E3E4E9. Grayscale: #1A1A1A. Windows color (decimal): -14935274 or 1448732. OLE color: 1448732.
HSL color Cylindrical-coordinate representation of color #1C1B16: 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 #1C1B16 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 27 | 22 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.89 |
| HSL | 50º | 0.12% | 0.1% | - |
| HSV(B) | 50º | 0.21% | 0.11% | - |
| XYZ | 1.02 | 1.09 | 0.92 | - |
| YUV | 26.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 22 | 0 | 0.04 | 0.21 | 0.89 | 50 | 0.12 | 0.1 |
| Hex | 1C | 1B | 16 | 0 | 4 | 15 | 59 | 32 | C | A |
| Octal | 34 | 33 | 26 | 0 | 4 | 25 | 131 | 62 | 14 | 12 |
| Binary | 11100 | 11011 | 10110 | 0 | 100 | 10101 | 1011001 | 110010 | 1100 | 1010 |
Color Harmonies of #1C1B16
Complementary color
Monochromatic Colors of #1C1B16
Black with #1C1B16
Text Example
Text Example
White with #1C1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B16; }
p { color: rgb(28,27,22); }
H1.HeaderClassName
{
color: #1C1B16;
}
.AnyTagClassName
{
color: #1C1B16;
}
</style>
background-color css
<style>
a { background-color: #1C1B16; }
a { background-color: rgb(28,27,22); }
div.DivClassName
{
background-color: #1C1B16;
}
.BgClassName
{
background-color: #1C1B16;
}
</style>
border-color css
<style>
span { border-color: #1C1B16; }
span { border-color: rgb(28,27,22); }
td.TdClassName
{
border-color: #1C1B16;
}
.TagClassName
{
border-color: #1C1B16;
}
</style>