Shades of Maire #1E1D19
Tints of Maire #1E1D19
RGB
CMYK
RGB Variations
Color information
#1E1D19 (or 0x1E1D19) is known color: Maire. HEX triplet: 1E, 1D and 19. RGB value is (30,29,25). Sum of RGB (Red+Green+Blue) = 30+29+25=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D19 is #E1E2E6. Grayscale: #1C1C1C. Windows color (decimal): -14803687 or 1645854. OLE color: 1645854.
HSL color Cylindrical-coordinate representation of color #1E1D19: hue angle of 48º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1E1D19 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 29 | 25 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.88 |
| HSL | 48º | 0.09% | 0.11% | - |
| HSV(B) | 48º | 0.17% | 0.12% | - |
| XYZ | 1.15 | 1.22 | 1.1 | - |
| YUV | 28.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 25 | 0 | 0.03 | 0.17 | 0.88 | 48 | 0.09 | 0.11 |
| Hex | 1E | 1D | 19 | 0 | 3 | 11 | 58 | 30 | 9 | B |
| Octal | 36 | 35 | 31 | 0 | 3 | 21 | 130 | 60 | 11 | 13 |
| Binary | 11110 | 11101 | 11001 | 0 | 11 | 10001 | 1011000 | 110000 | 1001 | 1011 |
Color Harmonies of #1E1D19
Complementary color
Monochromatic Colors of #1E1D19
Black with #1E1D19
Text Example
Text Example
White with #1E1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1D19; }
p { color: rgb(30,29,25); }
H1.HeaderClassName
{
color: #1E1D19;
}
.AnyTagClassName
{
color: #1E1D19;
}
</style>
background-color css
<style>
a { background-color: #1E1D19; }
a { background-color: rgb(30,29,25); }
div.DivClassName
{
background-color: #1E1D19;
}
.BgClassName
{
background-color: #1E1D19;
}
</style>
border-color css
<style>
span { border-color: #1E1D19; }
span { border-color: rgb(30,29,25); }
td.TdClassName
{
border-color: #1E1D19;
}
.TagClassName
{
border-color: #1E1D19;
}
</style>