Shades of Maire #1D1D07
Tints of Maire #1D1D07
RGB
CMYK
RGB Variations
Color information
#1D1D07 (or 0x1D1D07) is known color: Maire. HEX triplet: 1D, 1D and 07. RGB value is (29,29,7). Sum of RGB (Red+Green+Blue) = 29+29+7=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D07 is #E2E2F8. Grayscale: #1A1A1A. Windows color (decimal): -14869241 or 466205. OLE color: 466205.
HSL color Cylindrical-coordinate representation of color #1D1D07: hue angle of 60º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D1D07 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 29 | 7 | - |
| CMYK | 0 | 0 | 0.76 | 0.89 |
| HSL | 60º | 0.61% | 0.07% | - |
| HSV(B) | 60º | 0.76% | 0.11% | - |
| XYZ | 0.98 | 1.16 | 0.37 | - |
| YUV | 26.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 7 | 0 | 0 | 0.76 | 0.89 | 60 | 0.61 | 0.07 |
| Hex | 1D | 1D | 7 | 0 | 0 | 4C | 59 | 3C | 3D | 7 |
| Octal | 35 | 35 | 7 | 0 | 0 | 114 | 131 | 74 | 75 | 7 |
| Binary | 11101 | 11101 | 111 | 0 | 0 | 1001100 | 1011001 | 111100 | 111101 | 111 |
Color Harmonies of #1D1D07
Complementary color
Monochromatic Colors of #1D1D07
Black with #1D1D07
Text Example
Text Example
White with #1D1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D07; }
p { color: rgb(29,29,7); }
H1.HeaderClassName
{
color: #1D1D07;
}
.AnyTagClassName
{
color: #1D1D07;
}
</style>
background-color css
<style>
a { background-color: #1D1D07; }
a { background-color: rgb(29,29,7); }
div.DivClassName
{
background-color: #1D1D07;
}
.BgClassName
{
background-color: #1D1D07;
}
</style>
border-color css
<style>
span { border-color: #1D1D07; }
span { border-color: rgb(29,29,7); }
td.TdClassName
{
border-color: #1D1D07;
}
.TagClassName
{
border-color: #1D1D07;
}
</style>