Shades of Maire #1E1F00
Tints of Maire #1E1F00
RGB
CMYK
RGB Variations
Color information
#1E1F00 (or 0x1E1F00) is known color: Maire. HEX triplet: 1E, 1F and 00. RGB value is (30,31,0). Sum of RGB (Red+Green+Blue) = 30+31+0=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F00 is #E1E0FF. Grayscale: #1B1B1B. Windows color (decimal): -14803200 or 7966. OLE color: 7966.
HSL color Cylindrical-coordinate representation of color #1E1F00: hue angle of 61.94º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E1F00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 31 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.88 |
| HSL | 61.94º | 1% | 0.06% | - |
| HSV(B) | 61.94º | 1% | 0.12% | - |
| XYZ | 1.03 | 1.26 | 0.19 | - |
| YUV | 27.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 0 | 0.03 | 0 | 1 | 0.88 | 61.94 | 1 | 0.06 |
| Hex | 1E | 1F | 0 | 3 | 0 | 64 | 58 | 3E | 64 | 6 |
| Octal | 36 | 37 | 0 | 3 | 0 | 144 | 130 | 76 | 144 | 6 |
| Binary | 11110 | 11111 | 0 | 11 | 0 | 1100100 | 1011000 | 111110 | 1100100 | 110 |
Color Harmonies of #1E1F00
Complementary color
Monochromatic Colors of #1E1F00
Black with #1E1F00
Text Example
Text Example
White with #1E1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F00; }
p { color: rgb(30,31,0); }
H1.HeaderClassName
{
color: #1E1F00;
}
.AnyTagClassName
{
color: #1E1F00;
}
</style>
background-color css
<style>
a { background-color: #1E1F00; }
a { background-color: rgb(30,31,0); }
div.DivClassName
{
background-color: #1E1F00;
}
.BgClassName
{
background-color: #1E1F00;
}
</style>
border-color css
<style>
span { border-color: #1E1F00; }
span { border-color: rgb(30,31,0); }
td.TdClassName
{
border-color: #1E1F00;
}
.TagClassName
{
border-color: #1E1F00;
}
</style>