Shades of Maire #1D1904
Tints of Maire #1D1904
RGB
CMYK
RGB Variations
Color information
#1D1904 (or 0x1D1904) is known color: Maire. HEX triplet: 1D, 19 and 04. RGB value is (29,25,4). Sum of RGB (Red+Green+Blue) = 29+25+4=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1904 is #E2E6FB. Grayscale: #171717. Windows color (decimal): -14870268 or 268573. OLE color: 268573.
HSL color Cylindrical-coordinate representation of color #1D1904: hue angle of 50.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1904 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 4 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.89 |
| HSL | 50.4º | 0.76% | 0.06% | - |
| HSV(B) | 50.4º | 0.86% | 0.11% | - |
| XYZ | 0.88 | 0.97 | 0.25 | - |
| YUV | 23.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 4 | 0 | 0.14 | 0.86 | 0.89 | 50.4 | 0.76 | 0.06 |
| Hex | 1D | 19 | 4 | 0 | E | 56 | 59 | 32 | 4C | 6 |
| Octal | 35 | 31 | 4 | 0 | 16 | 126 | 131 | 62 | 114 | 6 |
| Binary | 11101 | 11001 | 100 | 0 | 1110 | 1010110 | 1011001 | 110010 | 1001100 | 110 |
Color Harmonies of #1D1904
Complementary color
Monochromatic Colors of #1D1904
Black with #1D1904
Text Example
Text Example
White with #1D1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1904; }
p { color: rgb(29,25,4); }
H1.HeaderClassName
{
color: #1D1904;
}
.AnyTagClassName
{
color: #1D1904;
}
</style>
background-color css
<style>
a { background-color: #1D1904; }
a { background-color: rgb(29,25,4); }
div.DivClassName
{
background-color: #1D1904;
}
.BgClassName
{
background-color: #1D1904;
}
</style>
border-color css
<style>
span { border-color: #1D1904; }
span { border-color: rgb(29,25,4); }
td.TdClassName
{
border-color: #1D1904;
}
.TagClassName
{
border-color: #1D1904;
}
</style>