Shades of Maire #1D1D14
Tints of Maire #1D1D14
RGB
CMYK
RGB Variations
Color information
#1D1D14 (or 0x1D1D14) is known color: Maire. HEX triplet: 1D, 1D and 14. RGB value is (29,29,20). Sum of RGB (Red+Green+Blue) = 29+29+20=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D14 is #E2E2EB. Grayscale: #1C1C1C. Windows color (decimal): -14869228 or 1318173. OLE color: 1318173.
HSL color Cylindrical-coordinate representation of color #1D1D14: hue angle of 60º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D1D14 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
RGB | 29 | 29 | 20 | - |
CMYK | 0 | 0 | 0.31 | 0.89 |
HSL | 60º | 0.18% | 0.1% | - |
HSV(B) | 60º | 0.31% | 0.11% | - |
XYZ | 1.07 | 1.19 | 0.84 | - |
YUV | 27.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 29 | 20 | 0 | 0 | 0.31 | 0.89 | 60 | 0.18 | 0.1 |
Hex | 1D | 1D | 14 | 0 | 0 | 1F | 59 | 3C | 12 | A |
Octal | 35 | 35 | 24 | 0 | 0 | 37 | 131 | 74 | 22 | 12 |
Binary | 11101 | 11101 | 10100 | 0 | 0 | 11111 | 1011001 | 111100 | 10010 | 1010 |
Color Harmonies of #1D1D14
Complementary color
Monochromatic Colors of #1D1D14
Black with #1D1D14
Text Example
Text Example
White with #1D1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D14; }
p { color: rgb(29,29,20); }
H1.HeaderClassName
{
color: #1D1D14;
}
.AnyTagClassName
{
color: #1D1D14;
}
</style>
background-color css
<style>
a { background-color: #1D1D14; }
a { background-color: rgb(29,29,20); }
div.DivClassName
{
background-color: #1D1D14;
}
.BgClassName
{
background-color: #1D1D14;
}
</style>
border-color css
<style>
span { border-color: #1D1D14; }
span { border-color: rgb(29,29,20); }
td.TdClassName
{
border-color: #1D1D14;
}
.TagClassName
{
border-color: #1D1D14;
}
</style>