Shades of Maire #1C1C12
Tints of Maire #1C1C12
RGB
CMYK
RGB Variations
Color information
#1C1C12 (or 0x1C1C12) is known color: Maire. HEX triplet: 1C, 1C and 12. RGB value is (28,28,18). Sum of RGB (Red+Green+Blue) = 28+28+18=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C12 is #E3E3ED. Grayscale: #1A1A1A. Windows color (decimal): -14935022 or 1186844. OLE color: 1186844.
HSL color Cylindrical-coordinate representation of color #1C1C12: hue angle of 60º 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 #1C1C12 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 28 | 18 | - |
| CMYK | 0 | 0 | 0.36 | 0.89 |
| HSL | 60º | 0.22% | 0.09% | - |
| HSV(B) | 60º | 0.36% | 0.11% | - |
| XYZ | 1 | 1.12 | 0.74 | - |
| YUV | 26.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 28 | 18 | 0 | 0 | 0.36 | 0.89 | 60 | 0.22 | 0.09 |
| Hex | 1C | 1C | 12 | 0 | 0 | 24 | 59 | 3C | 16 | 9 |
| Octal | 34 | 34 | 22 | 0 | 0 | 44 | 131 | 74 | 26 | 11 |
| Binary | 11100 | 11100 | 10010 | 0 | 0 | 100100 | 1011001 | 111100 | 10110 | 1001 |
Color Harmonies of #1C1C12
Complementary color
Monochromatic Colors of #1C1C12
Black with #1C1C12
Text Example
Text Example
White with #1C1C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1C12; }
p { color: rgb(28,28,18); }
H1.HeaderClassName
{
color: #1C1C12;
}
.AnyTagClassName
{
color: #1C1C12;
}
</style>
background-color css
<style>
a { background-color: #1C1C12; }
a { background-color: rgb(28,28,18); }
div.DivClassName
{
background-color: #1C1C12;
}
.BgClassName
{
background-color: #1C1C12;
}
</style>
border-color css
<style>
span { border-color: #1C1C12; }
span { border-color: rgb(28,28,18); }
td.TdClassName
{
border-color: #1C1C12;
}
.TagClassName
{
border-color: #1C1C12;
}
</style>