Shades of Maire #1D190C
Tints of Maire #1D190C
RGB
CMYK
RGB Variations
Color information
#1D190C (or 0x1D190C) is known color: Maire. HEX triplet: 1D, 19 and 0C. RGB value is (29,25,12). Sum of RGB (Red+Green+Blue) = 29+25+12=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 12 (5.08% from 255 or 18.18% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D190C is #E2E6F3. Grayscale: #181818. Windows color (decimal): -14870260 or 792861. OLE color: 792861.
HSL color Cylindrical-coordinate representation of color #1D190C: hue angle of 45.88º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D190C is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 12 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.89 |
| HSL | 45.88º | 0.41% | 0.08% | - |
| HSV(B) | 45.88º | 0.59% | 0.11% | - |
| XYZ | 0.92 | 0.98 | 0.49 | - |
| YUV | 24.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 12 | 0 | 0.14 | 0.59 | 0.89 | 45.88 | 0.41 | 0.08 |
| Hex | 1D | 19 | C | 0 | E | 3B | 59 | 2E | 29 | 8 |
| Octal | 35 | 31 | 14 | 0 | 16 | 73 | 131 | 56 | 51 | 10 |
| Binary | 11101 | 11001 | 1100 | 0 | 1110 | 111011 | 1011001 | 101110 | 101001 | 1000 |
Color Harmonies of #1D190C
Complementary color
Monochromatic Colors of #1D190C
Black with #1D190C
Text Example
Text Example
White with #1D190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D190C; }
p { color: rgb(29,25,12); }
H1.HeaderClassName
{
color: #1D190C;
}
.AnyTagClassName
{
color: #1D190C;
}
</style>
background-color css
<style>
a { background-color: #1D190C; }
a { background-color: rgb(29,25,12); }
div.DivClassName
{
background-color: #1D190C;
}
.BgClassName
{
background-color: #1D190C;
}
</style>
border-color css
<style>
span { border-color: #1D190C; }
span { border-color: rgb(29,25,12); }
td.TdClassName
{
border-color: #1D190C;
}
.TagClassName
{
border-color: #1D190C;
}
</style>