Shades of Maire #1E1606
Tints of Maire #1E1606
RGB
CMYK
RGB Variations
Color information
#1E1606 (or 0x1E1606) is known color: Maire. HEX triplet: 1E, 16 and 06. RGB value is (30,22,6). Sum of RGB (Red+Green+Blue) = 30+22+6=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1606 is #E1E9F9. Grayscale: #161616. Windows color (decimal): -14805498 or 398878. OLE color: 398878.
HSL color Cylindrical-coordinate representation of color #1E1606: hue angle of 40º 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 #1E1606 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 22 | 6 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.88 |
| HSL | 40º | 0.67% | 0.07% | - |
| HSV(B) | 40º | 0.8% | 0.12% | - |
| XYZ | 0.86 | 0.86 | 0.29 | - |
| YUV | 22.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 6 | 0 | 0.27 | 0.80 | 0.88 | 40 | 0.67 | 0.07 |
| Hex | 1E | 16 | 6 | 0 | 1B | 50 | 58 | 28 | 43 | 7 |
| Octal | 36 | 26 | 6 | 0 | 33 | 120 | 130 | 50 | 103 | 7 |
| Binary | 11110 | 10110 | 110 | 0 | 11011 | 1010000 | 1011000 | 101000 | 1000011 | 111 |
Color Harmonies of #1E1606
Complementary color
Monochromatic Colors of #1E1606
Black with #1E1606
Text Example
Text Example
White with #1E1606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1606; }
p { color: rgb(30,22,6); }
H1.HeaderClassName
{
color: #1E1606;
}
.AnyTagClassName
{
color: #1E1606;
}
</style>
background-color css
<style>
a { background-color: #1E1606; }
a { background-color: rgb(30,22,6); }
div.DivClassName
{
background-color: #1E1606;
}
.BgClassName
{
background-color: #1E1606;
}
</style>
border-color css
<style>
span { border-color: #1E1606; }
span { border-color: rgb(30,22,6); }
td.TdClassName
{
border-color: #1E1606;
}
.TagClassName
{
border-color: #1E1606;
}
</style>