Shades of Maire #1E1F0D
Tints of Maire #1E1F0D
RGB
CMYK
RGB Variations
Color information
#1E1F0D (or 0x1E1F0D) is known color: Maire. HEX triplet: 1E, 1F and 0D. RGB value is (30,31,13). Sum of RGB (Red+Green+Blue) = 30+31+13=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #1E1F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1F0D is #E1E0F2. Grayscale: #1C1C1C. Windows color (decimal): -14803187 or 859934. OLE color: 859934.
HSL color Cylindrical-coordinate representation of color #1E1F0D: hue angle of 63.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E1F0D is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 31 | 13 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.88 |
| HSL | 63.33º | 0.41% | 0.09% | - |
| HSV(B) | 63.33º | 0.58% | 0.12% | - |
| XYZ | 1.1 | 1.29 | 0.57 | - |
| YUV | 28.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 13 | 0.03 | 0 | 0.58 | 0.88 | 63.33 | 0.41 | 0.09 |
| Hex | 1E | 1F | D | 3 | 0 | 3A | 58 | 3F | 29 | 9 |
| Octal | 36 | 37 | 15 | 3 | 0 | 72 | 130 | 77 | 51 | 11 |
| Binary | 11110 | 11111 | 1101 | 11 | 0 | 111010 | 1011000 | 111111 | 101001 | 1001 |
Color Harmonies of #1E1F0D
Complementary color
Monochromatic Colors of #1E1F0D
Black with #1E1F0D
Text Example
Text Example
White with #1E1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F0D; }
p { color: rgb(30,31,13); }
H1.HeaderClassName
{
color: #1E1F0D;
}
.AnyTagClassName
{
color: #1E1F0D;
}
</style>
background-color css
<style>
a { background-color: #1E1F0D; }
a { background-color: rgb(30,31,13); }
div.DivClassName
{
background-color: #1E1F0D;
}
.BgClassName
{
background-color: #1E1F0D;
}
</style>
border-color css
<style>
span { border-color: #1E1F0D; }
span { border-color: rgb(30,31,13); }
td.TdClassName
{
border-color: #1E1F0D;
}
.TagClassName
{
border-color: #1E1F0D;
}
</style>