Shades of Maire #1D180B
Tints of Maire #1D180B
RGB
CMYK
RGB Variations
Color information
#1D180B (or 0x1D180B) is known color: Maire. HEX triplet: 1D, 18 and 0B. RGB value is (29,24,11). Sum of RGB (Red+Green+Blue) = 29+24+11=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D180B is #E2E7F4. Grayscale: #181818. Windows color (decimal): -14870517 or 727069. OLE color: 727069.
HSL color Cylindrical-coordinate representation of color #1D180B: hue angle of 43.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D180B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 24 | 11 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.89 |
| HSL | 43.33º | 0.45% | 0.08% | - |
| HSV(B) | 43.33º | 0.62% | 0.11% | - |
| XYZ | 0.89 | 0.94 | 0.45 | - |
| YUV | 24.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 11 | 0 | 0.17 | 0.62 | 0.89 | 43.33 | 0.45 | 0.08 |
| Hex | 1D | 18 | B | 0 | 11 | 3E | 59 | 2B | 2D | 8 |
| Octal | 35 | 30 | 13 | 0 | 21 | 76 | 131 | 53 | 55 | 10 |
| Binary | 11101 | 11000 | 1011 | 0 | 10001 | 111110 | 1011001 | 101011 | 101101 | 1000 |
Color Harmonies of #1D180B
Complementary color
Monochromatic Colors of #1D180B
Black with #1D180B
Text Example
Text Example
White with #1D180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D180B; }
p { color: rgb(29,24,11); }
H1.HeaderClassName
{
color: #1D180B;
}
.AnyTagClassName
{
color: #1D180B;
}
</style>
background-color css
<style>
a { background-color: #1D180B; }
a { background-color: rgb(29,24,11); }
div.DivClassName
{
background-color: #1D180B;
}
.BgClassName
{
background-color: #1D180B;
}
</style>
border-color css
<style>
span { border-color: #1D180B; }
span { border-color: rgb(29,24,11); }
td.TdClassName
{
border-color: #1D180B;
}
.TagClassName
{
border-color: #1D180B;
}
</style>