Shades of Maire #1D1802
Tints of Maire #1D1802
RGB
CMYK
RGB Variations
Color information
#1D1802 (or 0x1D1802) is known color: Maire. HEX triplet: 1D, 18 and 02. RGB value is (29,24,2). Sum of RGB (Red+Green+Blue) = 29+24+2=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1802 is #E2E7FD. Grayscale: #171717. Windows color (decimal): -14870526 or 137245. OLE color: 137245.
HSL color Cylindrical-coordinate representation of color #1D1802: hue angle of 48.89º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D1802 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 24 | 2 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.89 |
| HSL | 48.89º | 0.87% | 0.06% | - |
| HSV(B) | 48.89º | 0.93% | 0.11% | - |
| XYZ | 0.84 | 0.92 | 0.19 | - |
| YUV | 22.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 2 | 0 | 0.17 | 0.93 | 0.89 | 48.89 | 0.87 | 0.06 |
| Hex | 1D | 18 | 2 | 0 | 11 | 5D | 59 | 31 | 57 | 6 |
| Octal | 35 | 30 | 2 | 0 | 21 | 135 | 131 | 61 | 127 | 6 |
| Binary | 11101 | 11000 | 10 | 0 | 10001 | 1011101 | 1011001 | 110001 | 1010111 | 110 |
Color Harmonies of #1D1802
Complementary color
Monochromatic Colors of #1D1802
Black with #1D1802
Text Example
Text Example
White with #1D1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1802; }
p { color: rgb(29,24,2); }
H1.HeaderClassName
{
color: #1D1802;
}
.AnyTagClassName
{
color: #1D1802;
}
</style>
background-color css
<style>
a { background-color: #1D1802; }
a { background-color: rgb(29,24,2); }
div.DivClassName
{
background-color: #1D1802;
}
.BgClassName
{
background-color: #1D1802;
}
</style>
border-color css
<style>
span { border-color: #1D1802; }
span { border-color: rgb(29,24,2); }
td.TdClassName
{
border-color: #1D1802;
}
.TagClassName
{
border-color: #1D1802;
}
</style>