Shades of Maire #1D1A00
Tints of Maire #1D1A00
RGB
CMYK
RGB Variations
Color information
#1D1A00 (or 0x1D1A00) is known color: Maire. HEX triplet: 1D, 1A and 00. RGB value is (29,26,0). Sum of RGB (Red+Green+Blue) = 29+26+0=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1A00 is #E2E5FF. Grayscale: #181818. Windows color (decimal): -14870016 or 6685. OLE color: 6685.
HSL color Cylindrical-coordinate representation of color #1D1A00: hue angle of 53.79º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D1A00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 26 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.89 |
| HSL | 53.79º | 1% | 0.06% | - |
| HSV(B) | 53.79º | 1% | 0.11% | - |
| XYZ | 0.88 | 1 | 0.15 | - |
| YUV | 23.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 0 | 0 | 0.10 | 1 | 0.89 | 53.79 | 1 | 0.06 |
| Hex | 1D | 1A | 0 | 0 | A | 64 | 59 | 36 | 64 | 6 |
| Octal | 35 | 32 | 0 | 0 | 12 | 144 | 131 | 66 | 144 | 6 |
| Binary | 11101 | 11010 | 0 | 0 | 1010 | 1100100 | 1011001 | 110110 | 1100100 | 110 |
Color Harmonies of #1D1A00
Complementary color
Monochromatic Colors of #1D1A00
Black with #1D1A00
Text Example
Text Example
White with #1D1A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A00; }
p { color: rgb(29,26,0); }
H1.HeaderClassName
{
color: #1D1A00;
}
.AnyTagClassName
{
color: #1D1A00;
}
</style>
background-color css
<style>
a { background-color: #1D1A00; }
a { background-color: rgb(29,26,0); }
div.DivClassName
{
background-color: #1D1A00;
}
.BgClassName
{
background-color: #1D1A00;
}
</style>
border-color css
<style>
span { border-color: #1D1A00; }
span { border-color: rgb(29,26,0); }
td.TdClassName
{
border-color: #1D1A00;
}
.TagClassName
{
border-color: #1D1A00;
}
</style>