Shades of Maire #1E1C17
Tints of Maire #1E1C17
RGB
CMYK
RGB Variations
Color information
#1E1C17 (or 0x1E1C17) is known color: Maire. HEX triplet: 1E, 1C and 17. RGB value is (30,28,23). Sum of RGB (Red+Green+Blue) = 30+28+23=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C17 is #E1E3E8. Grayscale: #1C1C1C. Windows color (decimal): -14803945 or 1514526. OLE color: 1514526.
HSL color Cylindrical-coordinate representation of color #1E1C17: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1E1C17 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 28 | 23 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.88 |
| HSL | 42.86º | 0.13% | 0.1% | - |
| HSV(B) | 42.86º | 0.23% | 0.12% | - |
| XYZ | 1.11 | 1.17 | 0.98 | - |
| YUV | 28.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 23 | 0 | 0.07 | 0.23 | 0.88 | 42.86 | 0.13 | 0.1 |
| Hex | 1E | 1C | 17 | 0 | 7 | 17 | 58 | 2B | D | A |
| Octal | 36 | 34 | 27 | 0 | 7 | 27 | 130 | 53 | 15 | 12 |
| Binary | 11110 | 11100 | 10111 | 0 | 111 | 10111 | 1011000 | 101011 | 1101 | 1010 |
Color Harmonies of #1E1C17
Complementary color
Monochromatic Colors of #1E1C17
Black with #1E1C17
Text Example
Text Example
White with #1E1C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C17; }
p { color: rgb(30,28,23); }
H1.HeaderClassName
{
color: #1E1C17;
}
.AnyTagClassName
{
color: #1E1C17;
}
</style>
background-color css
<style>
a { background-color: #1E1C17; }
a { background-color: rgb(30,28,23); }
div.DivClassName
{
background-color: #1E1C17;
}
.BgClassName
{
background-color: #1E1C17;
}
</style>
border-color css
<style>
span { border-color: #1E1C17; }
span { border-color: rgb(30,28,23); }
td.TdClassName
{
border-color: #1E1C17;
}
.TagClassName
{
border-color: #1E1C17;
}
</style>