Shades of Maire #1E2001
Tints of Maire #1E2001
RGB
CMYK
RGB Variations
Color information
#1E2001 (or 0x1E2001) is known color: Maire. HEX triplet: 1E, 20 and 01. RGB value is (30,32,1). Sum of RGB (Red+Green+Blue) = 30+32+1=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #1E2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2001 is #E1DFFE. Grayscale: #1B1B1B. Windows color (decimal): -14802943 or 73758. OLE color: 73758.
HSL color Cylindrical-coordinate representation of color #1E2001: hue angle of 63.87º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E2001 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 32 | 1 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.87 |
| HSL | 63.87º | 0.94% | 0.06% | - |
| HSV(B) | 63.87º | 0.97% | 0.13% | - |
| XYZ | 1.06 | 1.31 | 0.23 | - |
| YUV | 27.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 1 | 0.06 | 0 | 0.97 | 0.87 | 63.87 | 0.94 | 0.06 |
| Hex | 1E | 20 | 1 | 6 | 0 | 61 | 57 | 40 | 5E | 6 |
| Octal | 36 | 40 | 1 | 6 | 0 | 141 | 127 | 100 | 136 | 6 |
| Binary | 11110 | 100000 | 1 | 110 | 0 | 1100001 | 1010111 | 1000000 | 1011110 | 110 |
Color Harmonies of #1E2001
Complementary color
Monochromatic Colors of #1E2001
Black with #1E2001
Text Example
Text Example
White with #1E2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2001; }
p { color: rgb(30,32,1); }
H1.HeaderClassName
{
color: #1E2001;
}
.AnyTagClassName
{
color: #1E2001;
}
</style>
background-color css
<style>
a { background-color: #1E2001; }
a { background-color: rgb(30,32,1); }
div.DivClassName
{
background-color: #1E2001;
}
.BgClassName
{
background-color: #1E2001;
}
</style>
border-color css
<style>
span { border-color: #1E2001; }
span { border-color: rgb(30,32,1); }
td.TdClassName
{
border-color: #1E2001;
}
.TagClassName
{
border-color: #1E2001;
}
</style>