Shades of Maire #1D1801
Tints of Maire #1D1801
RGB
CMYK
RGB Variations
Color information
#1D1801 (or 0x1D1801) is known color: Maire. HEX triplet: 1D, 18 and 01. RGB value is (29,24,1). Sum of RGB (Red+Green+Blue) = 29+24+1=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1801 is #E2E7FE. Grayscale: #161616. Windows color (decimal): -14870527 or 71709. OLE color: 71709.
HSL color Cylindrical-coordinate representation of color #1D1801: hue angle of 49.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D1801 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 24 | 1 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.89 |
| HSL | 49.29º | 0.93% | 0.06% | - |
| HSV(B) | 49.29º | 0.97% | 0.11% | - |
| XYZ | 0.84 | 0.92 | 0.16 | - |
| YUV | 22.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 1 | 0 | 0.17 | 0.97 | 0.89 | 49.29 | 0.93 | 0.06 |
| Hex | 1D | 18 | 1 | 0 | 11 | 61 | 59 | 31 | 5D | 6 |
| Octal | 35 | 30 | 1 | 0 | 21 | 141 | 131 | 61 | 135 | 6 |
| Binary | 11101 | 11000 | 1 | 0 | 10001 | 1100001 | 1011001 | 110001 | 1011101 | 110 |
Color Harmonies of #1D1801
Complementary color
Monochromatic Colors of #1D1801
Black with #1D1801
Text Example
Text Example
White with #1D1801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1801; }
p { color: rgb(29,24,1); }
H1.HeaderClassName
{
color: #1D1801;
}
.AnyTagClassName
{
color: #1D1801;
}
</style>
background-color css
<style>
a { background-color: #1D1801; }
a { background-color: rgb(29,24,1); }
div.DivClassName
{
background-color: #1D1801;
}
.BgClassName
{
background-color: #1D1801;
}
</style>
border-color css
<style>
span { border-color: #1D1801; }
span { border-color: rgb(29,24,1); }
td.TdClassName
{
border-color: #1D1801;
}
.TagClassName
{
border-color: #1D1801;
}
</style>