Shades of Maire #1D1901
Tints of Maire #1D1901
RGB
CMYK
RGB Variations
Color information
#1D1901 (or 0x1D1901) is known color: Maire. HEX triplet: 1D, 19 and 01. RGB value is (29,25,1). Sum of RGB (Red+Green+Blue) = 29+25+1=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1901 is #E2E6FE. Grayscale: #171717. Windows color (decimal): -14870271 or 71965. OLE color: 71965.
HSL color Cylindrical-coordinate representation of color #1D1901: hue angle of 51.43º 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 #1D1901 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 1 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.89 |
| HSL | 51.43º | 0.93% | 0.06% | - |
| HSV(B) | 51.43º | 0.97% | 0.11% | - |
| XYZ | 0.86 | 0.96 | 0.17 | - |
| YUV | 23.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 1 | 0 | 0.14 | 0.97 | 0.89 | 51.43 | 0.93 | 0.06 |
| Hex | 1D | 19 | 1 | 0 | E | 61 | 59 | 33 | 5D | 6 |
| Octal | 35 | 31 | 1 | 0 | 16 | 141 | 131 | 63 | 135 | 6 |
| Binary | 11101 | 11001 | 1 | 0 | 1110 | 1100001 | 1011001 | 110011 | 1011101 | 110 |
Color Harmonies of #1D1901
Complementary color
Monochromatic Colors of #1D1901
Black with #1D1901
Text Example
Text Example
White with #1D1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1901; }
p { color: rgb(29,25,1); }
H1.HeaderClassName
{
color: #1D1901;
}
.AnyTagClassName
{
color: #1D1901;
}
</style>
background-color css
<style>
a { background-color: #1D1901; }
a { background-color: rgb(29,25,1); }
div.DivClassName
{
background-color: #1D1901;
}
.BgClassName
{
background-color: #1D1901;
}
</style>
border-color css
<style>
span { border-color: #1D1901; }
span { border-color: rgb(29,25,1); }
td.TdClassName
{
border-color: #1D1901;
}
.TagClassName
{
border-color: #1D1901;
}
</style>