Shades of Maire #1E1E15
Tints of Maire #1E1E15
RGB
CMYK
RGB Variations
Color information
#1E1E15 (or 0x1E1E15) is known color: Maire. HEX triplet: 1E, 1E and 15. RGB value is (30,30,21). Sum of RGB (Red+Green+Blue) = 30+30+21=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 30 - color contains mainly: red, green. Hex color #1E1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1E15 is #E1E1EA. Grayscale: #1D1D1D. Windows color (decimal): -14803435 or 1383966. OLE color: 1383966.
HSL color Cylindrical-coordinate representation of color #1E1E15: hue angle of 60º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1E15 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 30 | 21 | - |
| CMYK | 0 | 0 | 0.30 | 0.88 |
| HSL | 60º | 0.18% | 0.1% | - |
| HSV(B) | 60º | 0.3% | 0.12% | - |
| XYZ | 1.14 | 1.26 | 0.89 | - |
| YUV | 28.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 30 | 21 | 0 | 0 | 0.30 | 0.88 | 60 | 0.18 | 0.1 |
| Hex | 1E | 1E | 15 | 0 | 0 | 1E | 58 | 3C | 12 | A |
| Octal | 36 | 36 | 25 | 0 | 0 | 36 | 130 | 74 | 22 | 12 |
| Binary | 11110 | 11110 | 10101 | 0 | 0 | 11110 | 1011000 | 111100 | 10010 | 1010 |
Color Harmonies of #1E1E15
Complementary color
Monochromatic Colors of #1E1E15
Black with #1E1E15
Text Example
Text Example
White with #1E1E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1E15; }
p { color: rgb(30,30,21); }
H1.HeaderClassName
{
color: #1E1E15;
}
.AnyTagClassName
{
color: #1E1E15;
}
</style>
background-color css
<style>
a { background-color: #1E1E15; }
a { background-color: rgb(30,30,21); }
div.DivClassName
{
background-color: #1E1E15;
}
.BgClassName
{
background-color: #1E1E15;
}
</style>
border-color css
<style>
span { border-color: #1E1E15; }
span { border-color: rgb(30,30,21); }
td.TdClassName
{
border-color: #1E1E15;
}
.TagClassName
{
border-color: #1E1E15;
}
</style>