Shades of Maire #1E1A0E
Tints of Maire #1E1A0E
RGB
CMYK
RGB Variations
Color information
#1E1A0E (or 0x1E1A0E) is known color: Maire. HEX triplet: 1E, 1A and 0E. RGB value is (30,26,14). Sum of RGB (Red+Green+Blue) = 30+26+14=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1A0E is #E1E5F1. Grayscale: #191919. Windows color (decimal): -14804466 or 924190. OLE color: 924190.
HSL color Cylindrical-coordinate representation of color #1E1A0E: hue angle of 45º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E1A0E is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 26 | 14 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.88 |
| HSL | 45º | 0.36% | 0.09% | - |
| HSV(B) | 45º | 0.53% | 0.12% | - |
| XYZ | 0.98 | 1.05 | 0.57 | - |
| YUV | 25.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 14 | 0 | 0.13 | 0.53 | 0.88 | 45 | 0.36 | 0.09 |
| Hex | 1E | 1A | E | 0 | D | 35 | 58 | 2D | 24 | 9 |
| Octal | 36 | 32 | 16 | 0 | 15 | 65 | 130 | 55 | 44 | 11 |
| Binary | 11110 | 11010 | 1110 | 0 | 1101 | 110101 | 1011000 | 101101 | 100100 | 1001 |
Color Harmonies of #1E1A0E
Complementary color
Monochromatic Colors of #1E1A0E
Black with #1E1A0E
Text Example
Text Example
White with #1E1A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A0E; }
p { color: rgb(30,26,14); }
H1.HeaderClassName
{
color: #1E1A0E;
}
.AnyTagClassName
{
color: #1E1A0E;
}
</style>
background-color css
<style>
a { background-color: #1E1A0E; }
a { background-color: rgb(30,26,14); }
div.DivClassName
{
background-color: #1E1A0E;
}
.BgClassName
{
background-color: #1E1A0E;
}
</style>
border-color css
<style>
span { border-color: #1E1A0E; }
span { border-color: rgb(30,26,14); }
td.TdClassName
{
border-color: #1E1A0E;
}
.TagClassName
{
border-color: #1E1A0E;
}
</style>