Shades of Maire #1D1D00
Tints of Maire #1D1D00
RGB
CMYK
RGB Variations
Color information
#1D1D00 (or 0x1D1D00) is known color: Maire. HEX triplet: 1D, 1D and 00. RGB value is (29,29,0). Sum of RGB (Red+Green+Blue) = 29+29+0=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D00 is #E2E2FF. Grayscale: #191919. Windows color (decimal): -14869248 or 7453. OLE color: 7453.
HSL color Cylindrical-coordinate representation of color #1D1D00: hue angle of 60º 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 #1D1D00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 29 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.89 |
| HSL | 60º | 1% | 0.06% | - |
| HSV(B) | 60º | 1% | 0.11% | - |
| XYZ | 0.95 | 1.14 | 0.17 | - |
| YUV | 25.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 0 | 0 | 0 | 1 | 0.89 | 60 | 1 | 0.06 |
| Hex | 1D | 1D | 0 | 0 | 0 | 64 | 59 | 3C | 64 | 6 |
| Octal | 35 | 35 | 0 | 0 | 0 | 144 | 131 | 74 | 144 | 6 |
| Binary | 11101 | 11101 | 0 | 0 | 0 | 1100100 | 1011001 | 111100 | 1100100 | 110 |
Color Harmonies of #1D1D00
Complementary color
Monochromatic Colors of #1D1D00
Black with #1D1D00
Text Example
Text Example
White with #1D1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D00; }
p { color: rgb(29,29,0); }
H1.HeaderClassName
{
color: #1D1D00;
}
.AnyTagClassName
{
color: #1D1D00;
}
</style>
background-color css
<style>
a { background-color: #1D1D00; }
a { background-color: rgb(29,29,0); }
div.DivClassName
{
background-color: #1D1D00;
}
.BgClassName
{
background-color: #1D1D00;
}
</style>
border-color css
<style>
span { border-color: #1D1D00; }
span { border-color: rgb(29,29,0); }
td.TdClassName
{
border-color: #1D1D00;
}
.TagClassName
{
border-color: #1D1D00;
}
</style>