Shades of Maire #1D190F
Tints of Maire #1D190F
RGB
CMYK
RGB Variations
Color information
#1D190F (or 0x1D190F) is known color: Maire. HEX triplet: 1D, 19 and 0F. RGB value is (29,25,15). Sum of RGB (Red+Green+Blue) = 29+25+15=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 29 - color contains mainly: red. Hex color #1D190F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D190F is #E2E6F0. Grayscale: #191919. Windows color (decimal): -14870257 or 989469. OLE color: 989469.
HSL color Cylindrical-coordinate representation of color #1D190F: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D190F is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 15 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.89 |
| HSL | 42.86º | 0.32% | 0.09% | - |
| HSV(B) | 42.86º | 0.48% | 0.11% | - |
| XYZ | 0.94 | 0.99 | 0.59 | - |
| YUV | 25.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 15 | 0 | 0.14 | 0.48 | 0.89 | 42.86 | 0.32 | 0.09 |
| Hex | 1D | 19 | F | 0 | E | 30 | 59 | 2B | 20 | 9 |
| Octal | 35 | 31 | 17 | 0 | 16 | 60 | 131 | 53 | 40 | 11 |
| Binary | 11101 | 11001 | 1111 | 0 | 1110 | 110000 | 1011001 | 101011 | 100000 | 1001 |
Color Harmonies of #1D190F
Complementary color
Monochromatic Colors of #1D190F
Black with #1D190F
Text Example
Text Example
White with #1D190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D190F; }
p { color: rgb(29,25,15); }
H1.HeaderClassName
{
color: #1D190F;
}
.AnyTagClassName
{
color: #1D190F;
}
</style>
background-color css
<style>
a { background-color: #1D190F; }
a { background-color: rgb(29,25,15); }
div.DivClassName
{
background-color: #1D190F;
}
.BgClassName
{
background-color: #1D190F;
}
</style>
border-color css
<style>
span { border-color: #1D190F; }
span { border-color: rgb(29,25,15); }
td.TdClassName
{
border-color: #1D190F;
}
.TagClassName
{
border-color: #1D190F;
}
</style>