Shades of Maire #1C1C06
Tints of Maire #1C1C06
RGB
CMYK
RGB Variations
Color information
#1C1C06 (or 0x1C1C06) is known color: Maire. HEX triplet: 1C, 1C and 06. RGB value is (28,28,6). Sum of RGB (Red+Green+Blue) = 28+28+6=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C06 is #E3E3F9. Grayscale: #191919. Windows color (decimal): -14935034 or 400412. OLE color: 400412.
HSL color Cylindrical-coordinate representation of color #1C1C06: hue angle of 60º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1C06 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 28 | 6 | - |
| CMYK | 0 | 0 | 0.79 | 0.89 |
| HSL | 60º | 0.65% | 0.07% | - |
| HSV(B) | 60º | 0.79% | 0.11% | - |
| XYZ | 0.93 | 1.09 | 0.33 | - |
| YUV | 25.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 28 | 6 | 0 | 0 | 0.79 | 0.89 | 60 | 0.65 | 0.07 |
| Hex | 1C | 1C | 6 | 0 | 0 | 4F | 59 | 3C | 41 | 7 |
| Octal | 34 | 34 | 6 | 0 | 0 | 117 | 131 | 74 | 101 | 7 |
| Binary | 11100 | 11100 | 110 | 0 | 0 | 1001111 | 1011001 | 111100 | 1000001 | 111 |
Color Harmonies of #1C1C06
Complementary color
Monochromatic Colors of #1C1C06
Black with #1C1C06
Text Example
Text Example
White with #1C1C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1C06; }
p { color: rgb(28,28,6); }
H1.HeaderClassName
{
color: #1C1C06;
}
.AnyTagClassName
{
color: #1C1C06;
}
</style>
background-color css
<style>
a { background-color: #1C1C06; }
a { background-color: rgb(28,28,6); }
div.DivClassName
{
background-color: #1C1C06;
}
.BgClassName
{
background-color: #1C1C06;
}
</style>
border-color css
<style>
span { border-color: #1C1C06; }
span { border-color: rgb(28,28,6); }
td.TdClassName
{
border-color: #1C1C06;
}
.TagClassName
{
border-color: #1C1C06;
}
</style>