Shades of Maire #1E190A
Tints of Maire #1E190A
RGB
CMYK
RGB Variations
Color information
#1E190A (or 0x1E190A) is known color: Maire. HEX triplet: 1E, 19 and 0A. RGB value is (30,25,10). Sum of RGB (Red+Green+Blue) = 30+25+10=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E190A is #E1E6F5. Grayscale: #181818. Windows color (decimal): -14804726 or 661790. OLE color: 661790.
HSL color Cylindrical-coordinate representation of color #1E190A: hue angle of 45º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E190A is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 25 | 10 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.88 |
| HSL | 45º | 0.5% | 0.08% | - |
| HSV(B) | 45º | 0.67% | 0.12% | - |
| XYZ | 0.94 | 0.99 | 0.43 | - |
| YUV | 24.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 10 | 0 | 0.17 | 0.67 | 0.88 | 45 | 0.5 | 0.08 |
| Hex | 1E | 19 | A | 0 | 11 | 43 | 58 | 2D | 32 | 8 |
| Octal | 36 | 31 | 12 | 0 | 21 | 103 | 130 | 55 | 62 | 10 |
| Binary | 11110 | 11001 | 1010 | 0 | 10001 | 1000011 | 1011000 | 101101 | 110010 | 1000 |
Color Harmonies of #1E190A
Complementary color
Monochromatic Colors of #1E190A
Black with #1E190A
Text Example
Text Example
White with #1E190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E190A; }
p { color: rgb(30,25,10); }
H1.HeaderClassName
{
color: #1E190A;
}
.AnyTagClassName
{
color: #1E190A;
}
</style>
background-color css
<style>
a { background-color: #1E190A; }
a { background-color: rgb(30,25,10); }
div.DivClassName
{
background-color: #1E190A;
}
.BgClassName
{
background-color: #1E190A;
}
</style>
border-color css
<style>
span { border-color: #1E190A; }
span { border-color: rgb(30,25,10); }
td.TdClassName
{
border-color: #1E190A;
}
.TagClassName
{
border-color: #1E190A;
}
</style>