Shades of Maire #1D1404
Tints of Maire #1D1404
RGB
CMYK
RGB Variations
Color information
#1D1404 (or 0x1D1404) is known color: Maire. HEX triplet: 1D, 14 and 04. RGB value is (29,20,4). Sum of RGB (Red+Green+Blue) = 29+20+4=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1404 is #E2EBFB. Grayscale: #141414. Windows color (decimal): -14871548 or 267293. OLE color: 267293.
HSL color Cylindrical-coordinate representation of color #1D1404: hue angle of 38.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 #1D1404 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 20 | 4 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.89 |
| HSL | 38.4º | 0.76% | 0.06% | - |
| HSV(B) | 38.4º | 0.86% | 0.11% | - |
| XYZ | 0.78 | 0.77 | 0.22 | - |
| YUV | 20.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 4 | 0 | 0.31 | 0.86 | 0.89 | 38.4 | 0.76 | 0.06 |
| Hex | 1D | 14 | 4 | 0 | 1F | 56 | 59 | 26 | 4C | 6 |
| Octal | 35 | 24 | 4 | 0 | 37 | 126 | 131 | 46 | 114 | 6 |
| Binary | 11101 | 10100 | 100 | 0 | 11111 | 1010110 | 1011001 | 100110 | 1001100 | 110 |
Color Harmonies of #1D1404
Complementary color
Monochromatic Colors of #1D1404
Black with #1D1404
Text Example
Text Example
White with #1D1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1404; }
p { color: rgb(29,20,4); }
H1.HeaderClassName
{
color: #1D1404;
}
.AnyTagClassName
{
color: #1D1404;
}
</style>
background-color css
<style>
a { background-color: #1D1404; }
a { background-color: rgb(29,20,4); }
div.DivClassName
{
background-color: #1D1404;
}
.BgClassName
{
background-color: #1D1404;
}
</style>
border-color css
<style>
span { border-color: #1D1404; }
span { border-color: rgb(29,20,4); }
td.TdClassName
{
border-color: #1D1404;
}
.TagClassName
{
border-color: #1D1404;
}
</style>