Shades of Maire #1E1B15
Tints of Maire #1E1B15
RGB
CMYK
RGB Variations
Color information
#1E1B15 (or 0x1E1B15) is known color: Maire. HEX triplet: 1E, 1B and 15. RGB value is (30,27,21). Sum of RGB (Red+Green+Blue) = 30+27+21=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B15 is #E1E4EA. Grayscale: #1B1B1B. Windows color (decimal): -14804203 or 1383198. OLE color: 1383198.
HSL color Cylindrical-coordinate representation of color #1E1B15: hue angle of 40º 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 #1E1B15 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 21 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.88 |
| HSL | 40º | 0.18% | 0.1% | - |
| HSV(B) | 40º | 0.3% | 0.12% | - |
| XYZ | 1.06 | 1.11 | 0.87 | - |
| YUV | 27.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 21 | 0 | 0.10 | 0.30 | 0.88 | 40 | 0.18 | 0.1 |
| Hex | 1E | 1B | 15 | 0 | A | 1E | 58 | 28 | 12 | A |
| Octal | 36 | 33 | 25 | 0 | 12 | 36 | 130 | 50 | 22 | 12 |
| Binary | 11110 | 11011 | 10101 | 0 | 1010 | 11110 | 1011000 | 101000 | 10010 | 1010 |
Color Harmonies of #1E1B15
Complementary color
Monochromatic Colors of #1E1B15
Black with #1E1B15
Text Example
Text Example
White with #1E1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B15; }
p { color: rgb(30,27,21); }
H1.HeaderClassName
{
color: #1E1B15;
}
.AnyTagClassName
{
color: #1E1B15;
}
</style>
background-color css
<style>
a { background-color: #1E1B15; }
a { background-color: rgb(30,27,21); }
div.DivClassName
{
background-color: #1E1B15;
}
.BgClassName
{
background-color: #1E1B15;
}
</style>
border-color css
<style>
span { border-color: #1E1B15; }
span { border-color: rgb(30,27,21); }
td.TdClassName
{
border-color: #1E1B15;
}
.TagClassName
{
border-color: #1E1B15;
}
</style>