Shades of Maire #1C1912
Tints of Maire #1C1912
RGB
CMYK
RGB Variations
Color information
#1C1912 (or 0x1C1912) is known color: Maire. HEX triplet: 1C, 19 and 12. RGB value is (28,25,18). Sum of RGB (Red+Green+Blue) = 28+25+18=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1912 is #E3E6ED. Grayscale: #191919. Windows color (decimal): -14935790 or 1186076. OLE color: 1186076.
HSL color Cylindrical-coordinate representation of color #1C1912: hue angle of 42º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C1912 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 25 | 18 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.89 |
| HSL | 42º | 0.22% | 0.09% | - |
| HSV(B) | 42º | 0.36% | 0.11% | - |
| XYZ | 0.94 | 0.99 | 0.71 | - |
| YUV | 25.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 18 | 0 | 0.11 | 0.36 | 0.89 | 42 | 0.22 | 0.09 |
| Hex | 1C | 19 | 12 | 0 | B | 24 | 59 | 2A | 16 | 9 |
| Octal | 34 | 31 | 22 | 0 | 13 | 44 | 131 | 52 | 26 | 11 |
| Binary | 11100 | 11001 | 10010 | 0 | 1011 | 100100 | 1011001 | 101010 | 10110 | 1001 |
Color Harmonies of #1C1912
Complementary color
Monochromatic Colors of #1C1912
Black with #1C1912
Text Example
Text Example
White with #1C1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1912; }
p { color: rgb(28,25,18); }
H1.HeaderClassName
{
color: #1C1912;
}
.AnyTagClassName
{
color: #1C1912;
}
</style>
background-color css
<style>
a { background-color: #1C1912; }
a { background-color: rgb(28,25,18); }
div.DivClassName
{
background-color: #1C1912;
}
.BgClassName
{
background-color: #1C1912;
}
</style>
border-color css
<style>
span { border-color: #1C1912; }
span { border-color: rgb(28,25,18); }
td.TdClassName
{
border-color: #1C1912;
}
.TagClassName
{
border-color: #1C1912;
}
</style>