Shades of Maire #1E1704
Tints of Maire #1E1704
RGB
CMYK
RGB Variations
Color information
#1E1704 (or 0x1E1704) is known color: Maire. HEX triplet: 1E, 17 and 04. RGB value is (30,23,4). Sum of RGB (Red+Green+Blue) = 30+23+4=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1704 is #E1E8FB. Grayscale: #171717. Windows color (decimal): -14805244 or 268062. OLE color: 268062.
HSL color Cylindrical-coordinate representation of color #1E1704: hue angle of 43.85º 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 #1E1704 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 4 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.88 |
| HSL | 43.85º | 0.76% | 0.07% | - |
| HSV(B) | 43.85º | 0.87% | 0.12% | - |
| XYZ | 0.86 | 0.9 | 0.24 | - |
| YUV | 22.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 4 | 0 | 0.23 | 0.87 | 0.88 | 43.85 | 0.76 | 0.07 |
| Hex | 1E | 17 | 4 | 0 | 17 | 57 | 58 | 2C | 4C | 7 |
| Octal | 36 | 27 | 4 | 0 | 27 | 127 | 130 | 54 | 114 | 7 |
| Binary | 11110 | 10111 | 100 | 0 | 10111 | 1010111 | 1011000 | 101100 | 1001100 | 111 |
Color Harmonies of #1E1704
Complementary color
Monochromatic Colors of #1E1704
Black with #1E1704
Text Example
Text Example
White with #1E1704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1704; }
p { color: rgb(30,23,4); }
H1.HeaderClassName
{
color: #1E1704;
}
.AnyTagClassName
{
color: #1E1704;
}
</style>
background-color css
<style>
a { background-color: #1E1704; }
a { background-color: rgb(30,23,4); }
div.DivClassName
{
background-color: #1E1704;
}
.BgClassName
{
background-color: #1E1704;
}
</style>
border-color css
<style>
span { border-color: #1E1704; }
span { border-color: rgb(30,23,4); }
td.TdClassName
{
border-color: #1E1704;
}
.TagClassName
{
border-color: #1E1704;
}
</style>