Shades of Maire #1D1C07
Tints of Maire #1D1C07
RGB
CMYK
RGB Variations
Color information
#1D1C07 (or 0x1D1C07) is known color: Maire. HEX triplet: 1D, 1C and 07. RGB value is (29,28,7). Sum of RGB (Red+Green+Blue) = 29+28+7=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C07 is #E2E3F8. Grayscale: #191919. Windows color (decimal): -14869497 or 465949. OLE color: 465949.
HSL color Cylindrical-coordinate representation of color #1D1C07: hue angle of 57.27º 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 #1D1C07 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 28 | 7 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.89 |
| HSL | 57.27º | 0.61% | 0.07% | - |
| HSV(B) | 57.27º | 0.76% | 0.11% | - |
| XYZ | 0.96 | 1.11 | 0.36 | - |
| YUV | 25.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 7 | 0 | 0.03 | 0.76 | 0.89 | 57.27 | 0.61 | 0.07 |
| Hex | 1D | 1C | 7 | 0 | 3 | 4C | 59 | 39 | 3D | 7 |
| Octal | 35 | 34 | 7 | 0 | 3 | 114 | 131 | 71 | 75 | 7 |
| Binary | 11101 | 11100 | 111 | 0 | 11 | 1001100 | 1011001 | 111001 | 111101 | 111 |
Color Harmonies of #1D1C07
Complementary color
Monochromatic Colors of #1D1C07
Black with #1D1C07
Text Example
Text Example
White with #1D1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1C07; }
p { color: rgb(29,28,7); }
H1.HeaderClassName
{
color: #1D1C07;
}
.AnyTagClassName
{
color: #1D1C07;
}
</style>
background-color css
<style>
a { background-color: #1D1C07; }
a { background-color: rgb(29,28,7); }
div.DivClassName
{
background-color: #1D1C07;
}
.BgClassName
{
background-color: #1D1C07;
}
</style>
border-color css
<style>
span { border-color: #1D1C07; }
span { border-color: rgb(29,28,7); }
td.TdClassName
{
border-color: #1D1C07;
}
.TagClassName
{
border-color: #1D1C07;
}
</style>