Shades of Maire #1C1C0C
Tints of Maire #1C1C0C
RGB
CMYK
RGB Variations
Color information
#1C1C0C (or 0x1C1C0C) is known color: Maire. HEX triplet: 1C, 1C and 0C. RGB value is (28,28,12). Sum of RGB (Red+Green+Blue) = 28+28+12=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C0C is #E3E3F3. Grayscale: #1A1A1A. Windows color (decimal): -14935028 or 793628. OLE color: 793628.
HSL color Cylindrical-coordinate representation of color #1C1C0C: hue angle of 60º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C1C0C is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 28 | 12 | - |
| CMYK | 0 | 0 | 0.57 | 0.89 |
| HSL | 60º | 0.4% | 0.08% | - |
| HSV(B) | 60º | 0.57% | 0.11% | - |
| XYZ | 0.96 | 1.1 | 0.51 | - |
| YUV | 26.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 28 | 12 | 0 | 0 | 0.57 | 0.89 | 60 | 0.4 | 0.08 |
| Hex | 1C | 1C | C | 0 | 0 | 39 | 59 | 3C | 28 | 8 |
| Octal | 34 | 34 | 14 | 0 | 0 | 71 | 131 | 74 | 50 | 10 |
| Binary | 11100 | 11100 | 1100 | 0 | 0 | 111001 | 1011001 | 111100 | 101000 | 1000 |
Color Harmonies of #1C1C0C
Complementary color
Monochromatic Colors of #1C1C0C
Black with #1C1C0C
Text Example
Text Example
White with #1C1C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1C0C; }
p { color: rgb(28,28,12); }
H1.HeaderClassName
{
color: #1C1C0C;
}
.AnyTagClassName
{
color: #1C1C0C;
}
</style>
background-color css
<style>
a { background-color: #1C1C0C; }
a { background-color: rgb(28,28,12); }
div.DivClassName
{
background-color: #1C1C0C;
}
.BgClassName
{
background-color: #1C1C0C;
}
</style>
border-color css
<style>
span { border-color: #1C1C0C; }
span { border-color: rgb(28,28,12); }
td.TdClassName
{
border-color: #1C1C0C;
}
.TagClassName
{
border-color: #1C1C0C;
}
</style>