Shades of Maire #1D1E04
Tints of Maire #1D1E04
RGB
CMYK
RGB Variations
Color information
#1D1E04 (or 0x1D1E04) is known color: Maire. HEX triplet: 1D, 1E and 04. RGB value is (29,30,4). Sum of RGB (Red+Green+Blue) = 29+30+4=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #1D1E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1E04 is #E2E1FB. Grayscale: #1A1A1A. Windows color (decimal): -14868988 or 269853. OLE color: 269853.
HSL color Cylindrical-coordinate representation of color #1D1E04: hue angle of 62.31º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1E04 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 30 | 4 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.88 |
| HSL | 62.31º | 0.76% | 0.07% | - |
| HSV(B) | 62.31º | 0.87% | 0.12% | - |
| XYZ | 0.99 | 1.2 | 0.29 | - |
| YUV | 26.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 30 | 4 | 0.03 | 0 | 0.87 | 0.88 | 62.31 | 0.76 | 0.07 |
| Hex | 1D | 1E | 4 | 3 | 0 | 57 | 58 | 3E | 4C | 7 |
| Octal | 35 | 36 | 4 | 3 | 0 | 127 | 130 | 76 | 114 | 7 |
| Binary | 11101 | 11110 | 100 | 11 | 0 | 1010111 | 1011000 | 111110 | 1001100 | 111 |
Color Harmonies of #1D1E04
Complementary color
Monochromatic Colors of #1D1E04
Black with #1D1E04
Text Example
Text Example
White with #1D1E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1E04; }
p { color: rgb(29,30,4); }
H1.HeaderClassName
{
color: #1D1E04;
}
.AnyTagClassName
{
color: #1D1E04;
}
</style>
background-color css
<style>
a { background-color: #1D1E04; }
a { background-color: rgb(29,30,4); }
div.DivClassName
{
background-color: #1D1E04;
}
.BgClassName
{
background-color: #1D1E04;
}
</style>
border-color css
<style>
span { border-color: #1D1E04; }
span { border-color: rgb(29,30,4); }
td.TdClassName
{
border-color: #1D1E04;
}
.TagClassName
{
border-color: #1D1E04;
}
</style>