Shades of Maire #1E1705
Tints of Maire #1E1705
RGB
CMYK
RGB Variations
Color information
#1E1705 (or 0x1E1705) is known color: Maire. HEX triplet: 1E, 17 and 05. RGB value is (30,23,5). Sum of RGB (Red+Green+Blue) = 30+23+5=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1705 is #E1E8FA. Grayscale: #171717. Windows color (decimal): -14805243 or 333598. OLE color: 333598.
HSL color Cylindrical-coordinate representation of color #1E1705: hue angle of 43.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1705 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 5 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.88 |
| HSL | 43.2º | 0.71% | 0.07% | - |
| HSV(B) | 43.2º | 0.83% | 0.12% | - |
| XYZ | 0.87 | 0.9 | 0.27 | - |
| YUV | 23.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 5 | 0 | 0.23 | 0.83 | 0.88 | 43.2 | 0.71 | 0.07 |
| Hex | 1E | 17 | 5 | 0 | 17 | 53 | 58 | 2B | 47 | 7 |
| Octal | 36 | 27 | 5 | 0 | 27 | 123 | 130 | 53 | 107 | 7 |
| Binary | 11110 | 10111 | 101 | 0 | 10111 | 1010011 | 1011000 | 101011 | 1000111 | 111 |
Color Harmonies of #1E1705
Complementary color
Monochromatic Colors of #1E1705
Black with #1E1705
Text Example
Text Example
White with #1E1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1705; }
p { color: rgb(30,23,5); }
H1.HeaderClassName
{
color: #1E1705;
}
.AnyTagClassName
{
color: #1E1705;
}
</style>
background-color css
<style>
a { background-color: #1E1705; }
a { background-color: rgb(30,23,5); }
div.DivClassName
{
background-color: #1E1705;
}
.BgClassName
{
background-color: #1E1705;
}
</style>
border-color css
<style>
span { border-color: #1E1705; }
span { border-color: rgb(30,23,5); }
td.TdClassName
{
border-color: #1E1705;
}
.TagClassName
{
border-color: #1E1705;
}
</style>