Shades of Maire #1D1B05
Tints of Maire #1D1B05
RGB
CMYK
RGB Variations
Color information
#1D1B05 (or 0x1D1B05) is known color: Maire. HEX triplet: 1D, 1B and 05. RGB value is (29,27,5). Sum of RGB (Red+Green+Blue) = 29+27+5=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1B05 is #E2E4FA. Grayscale: #191919. Windows color (decimal): -14869755 or 334621. OLE color: 334621.
HSL color Cylindrical-coordinate representation of color #1D1B05: hue angle of 55º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D1B05 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 27 | 5 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.89 |
| HSL | 55º | 0.71% | 0.07% | - |
| HSV(B) | 55º | 0.83% | 0.11% | - |
| XYZ | 0.93 | 1.06 | 0.3 | - |
| YUV | 25.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 27 | 5 | 0 | 0.07 | 0.83 | 0.89 | 55 | 0.71 | 0.07 |
| Hex | 1D | 1B | 5 | 0 | 7 | 53 | 59 | 37 | 47 | 7 |
| Octal | 35 | 33 | 5 | 0 | 7 | 123 | 131 | 67 | 107 | 7 |
| Binary | 11101 | 11011 | 101 | 0 | 111 | 1010011 | 1011001 | 110111 | 1000111 | 111 |
Color Harmonies of #1D1B05
Complementary color
Monochromatic Colors of #1D1B05
Black with #1D1B05
Text Example
Text Example
White with #1D1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B05; }
p { color: rgb(29,27,5); }
H1.HeaderClassName
{
color: #1D1B05;
}
.AnyTagClassName
{
color: #1D1B05;
}
</style>
background-color css
<style>
a { background-color: #1D1B05; }
a { background-color: rgb(29,27,5); }
div.DivClassName
{
background-color: #1D1B05;
}
.BgClassName
{
background-color: #1D1B05;
}
</style>
border-color css
<style>
span { border-color: #1D1B05; }
span { border-color: rgb(29,27,5); }
td.TdClassName
{
border-color: #1D1B05;
}
.TagClassName
{
border-color: #1D1B05;
}
</style>