Shades of Maire #1D1C04
Tints of Maire #1D1C04
RGB
CMYK
RGB Variations
Color information
#1D1C04 (or 0x1D1C04) is known color: Maire. HEX triplet: 1D, 1C and 04. RGB value is (29,28,4). Sum of RGB (Red+Green+Blue) = 29+28+4=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C04 is #E2E3FB. Grayscale: #191919. Windows color (decimal): -14869500 or 269341. OLE color: 269341.
HSL color Cylindrical-coordinate representation of color #1D1C04: hue angle of 57.6º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1C04 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 28 | 4 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.89 |
| HSL | 57.6º | 0.76% | 0.06% | - |
| HSV(B) | 57.6º | 0.86% | 0.11% | - |
| XYZ | 0.94 | 1.1 | 0.28 | - |
| YUV | 25.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 4 | 0 | 0.03 | 0.86 | 0.89 | 57.6 | 0.76 | 0.06 |
| Hex | 1D | 1C | 4 | 0 | 3 | 56 | 59 | 3A | 4C | 6 |
| Octal | 35 | 34 | 4 | 0 | 3 | 126 | 131 | 72 | 114 | 6 |
| Binary | 11101 | 11100 | 100 | 0 | 11 | 1010110 | 1011001 | 111010 | 1001100 | 110 |
Color Harmonies of #1D1C04
Complementary color
Monochromatic Colors of #1D1C04
Black with #1D1C04
Text Example
Text Example
White with #1D1C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1C04; }
p { color: rgb(29,28,4); }
H1.HeaderClassName
{
color: #1D1C04;
}
.AnyTagClassName
{
color: #1D1C04;
}
</style>
background-color css
<style>
a { background-color: #1D1C04; }
a { background-color: rgb(29,28,4); }
div.DivClassName
{
background-color: #1D1C04;
}
.BgClassName
{
background-color: #1D1C04;
}
</style>
border-color css
<style>
span { border-color: #1D1C04; }
span { border-color: rgb(29,28,4); }
td.TdClassName
{
border-color: #1D1C04;
}
.TagClassName
{
border-color: #1D1C04;
}
</style>