Shades of Maire #1C1804
Tints of Maire #1C1804
RGB
CMYK
RGB Variations
Color information
#1C1804 (or 0x1C1804) is known color: Maire. HEX triplet: 1C, 18 and 04. RGB value is (28,24,4). Sum of RGB (Red+Green+Blue) = 28+24+4=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1804 is #E3E7FB. Grayscale: #171717. Windows color (decimal): -14936060 or 268316. OLE color: 268316.
HSL color Cylindrical-coordinate representation of color #1C1804: hue angle of 50º degrees, saturation: 0.75, 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 #1C1804 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 24 | 4 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.89 |
| HSL | 50º | 0.75% | 0.06% | - |
| HSV(B) | 50º | 0.86% | 0.11% | - |
| XYZ | 0.83 | 0.91 | 0.25 | - |
| YUV | 22.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 4 | 0 | 0.14 | 0.86 | 0.89 | 50 | 0.75 | 0.06 |
| Hex | 1C | 18 | 4 | 0 | E | 56 | 59 | 32 | 4B | 6 |
| Octal | 34 | 30 | 4 | 0 | 16 | 126 | 131 | 62 | 113 | 6 |
| Binary | 11100 | 11000 | 100 | 0 | 1110 | 1010110 | 1011001 | 110010 | 1001011 | 110 |
Color Harmonies of #1C1804
Complementary color
Monochromatic Colors of #1C1804
Black with #1C1804
Text Example
Text Example
White with #1C1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1804; }
p { color: rgb(28,24,4); }
H1.HeaderClassName
{
color: #1C1804;
}
.AnyTagClassName
{
color: #1C1804;
}
</style>
background-color css
<style>
a { background-color: #1C1804; }
a { background-color: rgb(28,24,4); }
div.DivClassName
{
background-color: #1C1804;
}
.BgClassName
{
background-color: #1C1804;
}
</style>
border-color css
<style>
span { border-color: #1C1804; }
span { border-color: rgb(28,24,4); }
td.TdClassName
{
border-color: #1C1804;
}
.TagClassName
{
border-color: #1C1804;
}
</style>