Shades of Maire #1D1D19
Tints of Maire #1D1D19
RGB
CMYK
RGB Variations
Color information
#1D1D19 (or 0x1D1D19) is known color: Maire. HEX triplet: 1D, 1D and 19. RGB value is (29,29,25). Sum of RGB (Red+Green+Blue) = 29+29+25=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D19 is #E2E2E6. Grayscale: #1C1C1C. Windows color (decimal): -14869223 or 1645853. OLE color: 1645853.
HSL color Cylindrical-coordinate representation of color #1D1D19: hue angle of 60º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1D1D19 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
RGB | 29 | 29 | 25 | - |
CMYK | 0 | 0 | 0.14 | 0.89 |
HSL | 60º | 0.07% | 0.11% | - |
HSV(B) | 60º | 0.14% | 0.11% | - |
XYZ | 1.12 | 1.21 | 1.09 | - |
YUV | 28.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 29 | 25 | 0 | 0 | 0.14 | 0.89 | 60 | 0.07 | 0.11 |
Hex | 1D | 1D | 19 | 0 | 0 | E | 59 | 3C | 7 | B |
Octal | 35 | 35 | 31 | 0 | 0 | 16 | 131 | 74 | 7 | 13 |
Binary | 11101 | 11101 | 11001 | 0 | 0 | 1110 | 1011001 | 111100 | 111 | 1011 |
Color Harmonies of #1D1D19
Complementary color
Monochromatic Colors of #1D1D19
Black with #1D1D19
Text Example
Text Example
White with #1D1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D19; }
p { color: rgb(29,29,25); }
H1.HeaderClassName
{
color: #1D1D19;
}
.AnyTagClassName
{
color: #1D1D19;
}
</style>
background-color css
<style>
a { background-color: #1D1D19; }
a { background-color: rgb(29,29,25); }
div.DivClassName
{
background-color: #1D1D19;
}
.BgClassName
{
background-color: #1D1D19;
}
</style>
border-color css
<style>
span { border-color: #1D1D19; }
span { border-color: rgb(29,29,25); }
td.TdClassName
{
border-color: #1D1D19;
}
.TagClassName
{
border-color: #1D1D19;
}
</style>