Shades of Maire #1E1D17
Tints of Maire #1E1D17
RGB
CMYK
RGB Variations
Color information
#1E1D17 (or 0x1E1D17) is known color: Maire. HEX triplet: 1E, 1D and 17. RGB value is (30,29,23). Sum of RGB (Red+Green+Blue) = 30+29+23=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D17 is #E1E2E8. Grayscale: #1C1C1C. Windows color (decimal): -14803689 or 1514782. OLE color: 1514782.
HSL color Cylindrical-coordinate representation of color #1E1D17: hue angle of 51.43º 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 #1E1D17 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 29 | 23 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.88 |
| HSL | 51.43º | 0.13% | 0.1% | - |
| HSV(B) | 51.43º | 0.23% | 0.12% | - |
| XYZ | 1.13 | 1.22 | 0.99 | - |
| YUV | 28.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 23 | 0 | 0.03 | 0.23 | 0.88 | 51.43 | 0.13 | 0.1 |
| Hex | 1E | 1D | 17 | 0 | 3 | 17 | 58 | 33 | D | A |
| Octal | 36 | 35 | 27 | 0 | 3 | 27 | 130 | 63 | 15 | 12 |
| Binary | 11110 | 11101 | 10111 | 0 | 11 | 10111 | 1011000 | 110011 | 1101 | 1010 |
Color Harmonies of #1E1D17
Complementary color
Monochromatic Colors of #1E1D17
Black with #1E1D17
Text Example
Text Example
White with #1E1D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1D17; }
p { color: rgb(30,29,23); }
H1.HeaderClassName
{
color: #1E1D17;
}
.AnyTagClassName
{
color: #1E1D17;
}
</style>
background-color css
<style>
a { background-color: #1E1D17; }
a { background-color: rgb(30,29,23); }
div.DivClassName
{
background-color: #1E1D17;
}
.BgClassName
{
background-color: #1E1D17;
}
</style>
border-color css
<style>
span { border-color: #1E1D17; }
span { border-color: rgb(30,29,23); }
td.TdClassName
{
border-color: #1E1D17;
}
.TagClassName
{
border-color: #1E1D17;
}
</style>