Shades of Maire #1E1908
Tints of Maire #1E1908
RGB
CMYK
RGB Variations
Color information
#1E1908 (or 0x1E1908) is known color: Maire. HEX triplet: 1E, 19 and 08. RGB value is (30,25,8). Sum of RGB (Red+Green+Blue) = 30+25+8=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1908 is #E1E6F7. Grayscale: #181818. Windows color (decimal): -14804728 or 530718. OLE color: 530718.
HSL color Cylindrical-coordinate representation of color #1E1908: hue angle of 46.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E1908 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 25 | 8 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.88 |
| HSL | 46.36º | 0.58% | 0.07% | - |
| HSV(B) | 46.36º | 0.73% | 0.12% | - |
| XYZ | 0.93 | 0.99 | 0.37 | - |
| YUV | 24.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 8 | 0 | 0.17 | 0.73 | 0.88 | 46.36 | 0.58 | 0.07 |
| Hex | 1E | 19 | 8 | 0 | 11 | 49 | 58 | 2E | 3A | 7 |
| Octal | 36 | 31 | 10 | 0 | 21 | 111 | 130 | 56 | 72 | 7 |
| Binary | 11110 | 11001 | 1000 | 0 | 10001 | 1001001 | 1011000 | 101110 | 111010 | 111 |
Color Harmonies of #1E1908
Complementary color
Monochromatic Colors of #1E1908
Black with #1E1908
Text Example
Text Example
White with #1E1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1908; }
p { color: rgb(30,25,8); }
H1.HeaderClassName
{
color: #1E1908;
}
.AnyTagClassName
{
color: #1E1908;
}
</style>
background-color css
<style>
a { background-color: #1E1908; }
a { background-color: rgb(30,25,8); }
div.DivClassName
{
background-color: #1E1908;
}
.BgClassName
{
background-color: #1E1908;
}
</style>
border-color css
<style>
span { border-color: #1E1908; }
span { border-color: rgb(30,25,8); }
td.TdClassName
{
border-color: #1E1908;
}
.TagClassName
{
border-color: #1E1908;
}
</style>