Shades of Maire #1D1907
Tints of Maire #1D1907
RGB
CMYK
RGB Variations
Color information
#1D1907 (or 0x1D1907) is known color: Maire. HEX triplet: 1D, 19 and 07. RGB value is (29,25,7). Sum of RGB (Red+Green+Blue) = 29+25+7=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1907 is #E2E6F8. Grayscale: #181818. Windows color (decimal): -14870265 or 465181. OLE color: 465181.
HSL color Cylindrical-coordinate representation of color #1D1907: hue angle of 49.09º 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 #1D1907 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 7 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.89 |
| HSL | 49.09º | 0.61% | 0.07% | - |
| HSV(B) | 49.09º | 0.76% | 0.11% | - |
| XYZ | 0.89 | 0.97 | 0.34 | - |
| YUV | 24.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 7 | 0 | 0.14 | 0.76 | 0.89 | 49.09 | 0.61 | 0.07 |
| Hex | 1D | 19 | 7 | 0 | E | 4C | 59 | 31 | 3D | 7 |
| Octal | 35 | 31 | 7 | 0 | 16 | 114 | 131 | 61 | 75 | 7 |
| Binary | 11101 | 11001 | 111 | 0 | 1110 | 1001100 | 1011001 | 110001 | 111101 | 111 |
Color Harmonies of #1D1907
Complementary color
Monochromatic Colors of #1D1907
Black with #1D1907
Text Example
Text Example
White with #1D1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1907; }
p { color: rgb(29,25,7); }
H1.HeaderClassName
{
color: #1D1907;
}
.AnyTagClassName
{
color: #1D1907;
}
</style>
background-color css
<style>
a { background-color: #1D1907; }
a { background-color: rgb(29,25,7); }
div.DivClassName
{
background-color: #1D1907;
}
.BgClassName
{
background-color: #1D1907;
}
</style>
border-color css
<style>
span { border-color: #1D1907; }
span { border-color: rgb(29,25,7); }
td.TdClassName
{
border-color: #1D1907;
}
.TagClassName
{
border-color: #1D1907;
}
</style>