Shades of Maire #1D1D08
Tints of Maire #1D1D08
RGB
CMYK
RGB Variations
Color information
#1D1D08 (or 0x1D1D08) is known color: Maire. HEX triplet: 1D, 1D and 08. RGB value is (29,29,8). Sum of RGB (Red+Green+Blue) = 29+29+8=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D08 is #E2E2F7. Grayscale: #1A1A1A. Windows color (decimal): -14869240 or 531741. OLE color: 531741.
HSL color Cylindrical-coordinate representation of color #1D1D08: hue angle of 60º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D1D08 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 29 | 8 | - |
| CMYK | 0 | 0 | 0.72 | 0.89 |
| HSL | 60º | 0.57% | 0.07% | - |
| HSV(B) | 60º | 0.72% | 0.11% | - |
| XYZ | 0.99 | 1.16 | 0.4 | - |
| YUV | 26.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 8 | 0 | 0 | 0.72 | 0.89 | 60 | 0.57 | 0.07 |
| Hex | 1D | 1D | 8 | 0 | 0 | 48 | 59 | 3C | 39 | 7 |
| Octal | 35 | 35 | 10 | 0 | 0 | 110 | 131 | 74 | 71 | 7 |
| Binary | 11101 | 11101 | 1000 | 0 | 0 | 1001000 | 1011001 | 111100 | 111001 | 111 |
Color Harmonies of #1D1D08
Complementary color
Monochromatic Colors of #1D1D08
Black with #1D1D08
Text Example
Text Example
White with #1D1D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D08; }
p { color: rgb(29,29,8); }
H1.HeaderClassName
{
color: #1D1D08;
}
.AnyTagClassName
{
color: #1D1D08;
}
</style>
background-color css
<style>
a { background-color: #1D1D08; }
a { background-color: rgb(29,29,8); }
div.DivClassName
{
background-color: #1D1D08;
}
.BgClassName
{
background-color: #1D1D08;
}
</style>
border-color css
<style>
span { border-color: #1D1D08; }
span { border-color: rgb(29,29,8); }
td.TdClassName
{
border-color: #1D1D08;
}
.TagClassName
{
border-color: #1D1D08;
}
</style>