Shades of Maire #1C1B17
Tints of Maire #1C1B17
RGB
CMYK
RGB Variations
Color information
#1C1B17 (or 0x1C1B17) is known color: Maire. HEX triplet: 1C, 1B and 17. RGB value is (28,27,23). Sum of RGB (Red+Green+Blue) = 28+27+23=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1B17 is #E3E4E8. Grayscale: #1A1A1A. Windows color (decimal): -14935273 or 1514268. OLE color: 1514268.
HSL color Cylindrical-coordinate representation of color #1C1B17: hue angle of 48º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1C1B17 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 27 | 23 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.89 |
| HSL | 48º | 0.1% | 0.1% | - |
| HSV(B) | 48º | 0.18% | 0.11% | - |
| XYZ | 1.03 | 1.09 | 0.97 | - |
| YUV | 26.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 23 | 0 | 0.04 | 0.18 | 0.89 | 48 | 0.1 | 0.1 |
| Hex | 1C | 1B | 17 | 0 | 4 | 12 | 59 | 30 | A | A |
| Octal | 34 | 33 | 27 | 0 | 4 | 22 | 131 | 60 | 12 | 12 |
| Binary | 11100 | 11011 | 10111 | 0 | 100 | 10010 | 1011001 | 110000 | 1010 | 1010 |
Color Harmonies of #1C1B17
Complementary color
Monochromatic Colors of #1C1B17
Black with #1C1B17
Text Example
Text Example
White with #1C1B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B17; }
p { color: rgb(28,27,23); }
H1.HeaderClassName
{
color: #1C1B17;
}
.AnyTagClassName
{
color: #1C1B17;
}
</style>
background-color css
<style>
a { background-color: #1C1B17; }
a { background-color: rgb(28,27,23); }
div.DivClassName
{
background-color: #1C1B17;
}
.BgClassName
{
background-color: #1C1B17;
}
</style>
border-color css
<style>
span { border-color: #1C1B17; }
span { border-color: rgb(28,27,23); }
td.TdClassName
{
border-color: #1C1B17;
}
.TagClassName
{
border-color: #1C1B17;
}
</style>