Shades of Maire #1E1804
Tints of Maire #1E1804
RGB
CMYK
RGB Variations
Color information
#1E1804 (or 0x1E1804) is known color: Maire. HEX triplet: 1E, 18 and 04. RGB value is (30,24,4). Sum of RGB (Red+Green+Blue) = 30+24+4=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1804 is #E1E7FB. Grayscale: #171717. Windows color (decimal): -14804988 or 268318. OLE color: 268318.
HSL color Cylindrical-coordinate representation of color #1E1804: hue angle of 46.15º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1804 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 24 | 4 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.88 |
| HSL | 46.15º | 0.76% | 0.07% | - |
| HSV(B) | 46.15º | 0.87% | 0.12% | - |
| XYZ | 0.88 | 0.94 | 0.25 | - |
| YUV | 23.51 | 116.99 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 4 | 0 | 0.20 | 0.87 | 0.88 | 46.15 | 0.76 | 0.07 |
| Hex | 1E | 18 | 4 | 0 | 14 | 57 | 58 | 2E | 4C | 7 |
| Octal | 36 | 30 | 4 | 0 | 24 | 127 | 130 | 56 | 114 | 7 |
| Binary | 11110 | 11000 | 100 | 0 | 10100 | 1010111 | 1011000 | 101110 | 1001100 | 111 |
Color Harmonies of #1E1804
Complementary color
Monochromatic Colors of #1E1804
Black with #1E1804
Text Example
Text Example
White with #1E1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1804; }
p { color: rgb(30,24,4); }
H1.HeaderClassName
{
color: #1E1804;
}
.AnyTagClassName
{
color: #1E1804;
}
</style>
background-color css
<style>
a { background-color: #1E1804; }
a { background-color: rgb(30,24,4); }
div.DivClassName
{
background-color: #1E1804;
}
.BgClassName
{
background-color: #1E1804;
}
</style>
border-color css
<style>
span { border-color: #1E1804; }
span { border-color: rgb(30,24,4); }
td.TdClassName
{
border-color: #1E1804;
}
.TagClassName
{
border-color: #1E1804;
}
</style>