Shades of Maire #1D1B00
Tints of Maire #1D1B00
RGB
CMYK
RGB Variations
Color information
#1D1B00 (or 0x1D1B00) is known color: Maire. HEX triplet: 1D, 1B and 00. RGB value is (29,27,0). Sum of RGB (Red+Green+Blue) = 29+27+0=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1B00 is #E2E4FF. Grayscale: #181818. Windows color (decimal): -14869760 or 6941. OLE color: 6941.
HSL color Cylindrical-coordinate representation of color #1D1B00: hue angle of 55.86º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D1B00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 27 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.89 |
| HSL | 55.86º | 1% | 0.06% | - |
| HSV(B) | 55.86º | 1% | 0.11% | - |
| XYZ | 0.9 | 1.05 | 0.15 | - |
| YUV | 24.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 0 | 0 | 0.07 | 1 | 0.89 | 55.86 | 1 | 0.06 |
| Hex | 1D | 1B | 0 | 0 | 7 | 64 | 59 | 38 | 64 | 6 |
| Octal | 35 | 33 | 0 | 0 | 7 | 144 | 131 | 70 | 144 | 6 |
| Binary | 11101 | 11011 | 0 | 0 | 111 | 1100100 | 1011001 | 111000 | 1100100 | 110 |
Color Harmonies of #1D1B00
Complementary color
Monochromatic Colors of #1D1B00
Black with #1D1B00
Text Example
Text Example
White with #1D1B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B00; }
p { color: rgb(29,27,0); }
H1.HeaderClassName
{
color: #1D1B00;
}
.AnyTagClassName
{
color: #1D1B00;
}
</style>
background-color css
<style>
a { background-color: #1D1B00; }
a { background-color: rgb(29,27,0); }
div.DivClassName
{
background-color: #1D1B00;
}
.BgClassName
{
background-color: #1D1B00;
}
</style>
border-color css
<style>
span { border-color: #1D1B00; }
span { border-color: rgb(29,27,0); }
td.TdClassName
{
border-color: #1D1B00;
}
.TagClassName
{
border-color: #1D1B00;
}
</style>