Shades of Maire #1E1907
Tints of Maire #1E1907
RGB
CMYK
RGB Variations
Color information
#1E1907 (or 0x1E1907) is known color: Maire. HEX triplet: 1E, 19 and 07. RGB value is (30,25,7). Sum of RGB (Red+Green+Blue) = 30+25+7=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1907 is #E1E6F8. Grayscale: #181818. Windows color (decimal): -14804729 or 465182. OLE color: 465182.
HSL color Cylindrical-coordinate representation of color #1E1907: hue angle of 46.96º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E1907 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 25 | 7 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.88 |
| HSL | 46.96º | 0.62% | 0.07% | - |
| HSV(B) | 46.96º | 0.77% | 0.12% | - |
| XYZ | 0.92 | 0.99 | 0.34 | - |
| YUV | 24.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 7 | 0 | 0.17 | 0.77 | 0.88 | 46.96 | 0.62 | 0.07 |
| Hex | 1E | 19 | 7 | 0 | 11 | 4D | 58 | 2F | 3E | 7 |
| Octal | 36 | 31 | 7 | 0 | 21 | 115 | 130 | 57 | 76 | 7 |
| Binary | 11110 | 11001 | 111 | 0 | 10001 | 1001101 | 1011000 | 101111 | 111110 | 111 |
Color Harmonies of #1E1907
Complementary color
Monochromatic Colors of #1E1907
Black with #1E1907
Text Example
Text Example
White with #1E1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1907; }
p { color: rgb(30,25,7); }
H1.HeaderClassName
{
color: #1E1907;
}
.AnyTagClassName
{
color: #1E1907;
}
</style>
background-color css
<style>
a { background-color: #1E1907; }
a { background-color: rgb(30,25,7); }
div.DivClassName
{
background-color: #1E1907;
}
.BgClassName
{
background-color: #1E1907;
}
</style>
border-color css
<style>
span { border-color: #1E1907; }
span { border-color: rgb(30,25,7); }
td.TdClassName
{
border-color: #1E1907;
}
.TagClassName
{
border-color: #1E1907;
}
</style>