Shades of Maire #1E1906
Tints of Maire #1E1906
RGB
CMYK
RGB Variations
Color information
#1E1906 (or 0x1E1906) is known color: Maire. HEX triplet: 1E, 19 and 06. RGB value is (30,25,6). Sum of RGB (Red+Green+Blue) = 30+25+6=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1906 is #E1E6F9. Grayscale: #181818. Windows color (decimal): -14804730 or 399646. OLE color: 399646.
HSL color Cylindrical-coordinate representation of color #1E1906: hue angle of 47.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1906 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 25 | 6 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.88 |
| HSL | 47.5º | 0.67% | 0.07% | - |
| HSV(B) | 47.5º | 0.8% | 0.12% | - |
| XYZ | 0.92 | 0.98 | 0.31 | - |
| YUV | 24.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 6 | 0 | 0.17 | 0.80 | 0.88 | 47.5 | 0.67 | 0.07 |
| Hex | 1E | 19 | 6 | 0 | 11 | 50 | 58 | 30 | 43 | 7 |
| Octal | 36 | 31 | 6 | 0 | 21 | 120 | 130 | 60 | 103 | 7 |
| Binary | 11110 | 11001 | 110 | 0 | 10001 | 1010000 | 1011000 | 110000 | 1000011 | 111 |
Color Harmonies of #1E1906
Complementary color
Monochromatic Colors of #1E1906
Black with #1E1906
Text Example
Text Example
White with #1E1906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1906; }
p { color: rgb(30,25,6); }
H1.HeaderClassName
{
color: #1E1906;
}
.AnyTagClassName
{
color: #1E1906;
}
</style>
background-color css
<style>
a { background-color: #1E1906; }
a { background-color: rgb(30,25,6); }
div.DivClassName
{
background-color: #1E1906;
}
.BgClassName
{
background-color: #1E1906;
}
</style>
border-color css
<style>
span { border-color: #1E1906; }
span { border-color: rgb(30,25,6); }
td.TdClassName
{
border-color: #1E1906;
}
.TagClassName
{
border-color: #1E1906;
}
</style>