Shades of Maire #1D1B07
Tints of Maire #1D1B07
RGB
CMYK
RGB Variations
Color information
#1D1B07 (or 0x1D1B07) is known color: Maire. HEX triplet: 1D, 1B and 07. RGB value is (29,27,7). Sum of RGB (Red+Green+Blue) = 29+27+7=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1B07 is #E2E4F8. Grayscale: #191919. Windows color (decimal): -14869753 or 465693. OLE color: 465693.
HSL color Cylindrical-coordinate representation of color #1D1B07: hue angle of 54.55º 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 #1D1B07 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 27 | 7 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.89 |
| HSL | 54.55º | 0.61% | 0.07% | - |
| HSV(B) | 54.55º | 0.76% | 0.11% | - |
| XYZ | 0.94 | 1.06 | 0.36 | - |
| YUV | 25.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 7 | 0 | 0.07 | 0.76 | 0.89 | 54.55 | 0.61 | 0.07 |
| Hex | 1D | 1B | 7 | 0 | 7 | 4C | 59 | 37 | 3D | 7 |
| Octal | 35 | 33 | 7 | 0 | 7 | 114 | 131 | 67 | 75 | 7 |
| Binary | 11101 | 11011 | 111 | 0 | 111 | 1001100 | 1011001 | 110111 | 111101 | 111 |
Color Harmonies of #1D1B07
Complementary color
Monochromatic Colors of #1D1B07
Black with #1D1B07
Text Example
Text Example
White with #1D1B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B07; }
p { color: rgb(29,27,7); }
H1.HeaderClassName
{
color: #1D1B07;
}
.AnyTagClassName
{
color: #1D1B07;
}
</style>
background-color css
<style>
a { background-color: #1D1B07; }
a { background-color: rgb(29,27,7); }
div.DivClassName
{
background-color: #1D1B07;
}
.BgClassName
{
background-color: #1D1B07;
}
</style>
border-color css
<style>
span { border-color: #1D1B07; }
span { border-color: rgb(29,27,7); }
td.TdClassName
{
border-color: #1D1B07;
}
.TagClassName
{
border-color: #1D1B07;
}
</style>