Shades of Maire #1C1C09
Tints of Maire #1C1C09
RGB
CMYK
RGB Variations
Color information
#1C1C09 (or 0x1C1C09) is known color: Maire. HEX triplet: 1C, 1C and 09. RGB value is (28,28,9). Sum of RGB (Red+Green+Blue) = 28+28+9=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C09 is #E3E3F6. Grayscale: #191919. Windows color (decimal): -14935031 or 597020. OLE color: 597020.
HSL color Cylindrical-coordinate representation of color #1C1C09: hue angle of 60º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C1C09 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 28 | 9 | - |
| CMYK | 0 | 0 | 0.68 | 0.89 |
| HSL | 60º | 0.51% | 0.07% | - |
| HSV(B) | 60º | 0.68% | 0.11% | - |
| XYZ | 0.94 | 1.1 | 0.42 | - |
| YUV | 25.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 28 | 9 | 0 | 0 | 0.68 | 0.89 | 60 | 0.51 | 0.07 |
| Hex | 1C | 1C | 9 | 0 | 0 | 44 | 59 | 3C | 33 | 7 |
| Octal | 34 | 34 | 11 | 0 | 0 | 104 | 131 | 74 | 63 | 7 |
| Binary | 11100 | 11100 | 1001 | 0 | 0 | 1000100 | 1011001 | 111100 | 110011 | 111 |
Color Harmonies of #1C1C09
Complementary color
Monochromatic Colors of #1C1C09
Black with #1C1C09
Text Example
Text Example
White with #1C1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1C09; }
p { color: rgb(28,28,9); }
H1.HeaderClassName
{
color: #1C1C09;
}
.AnyTagClassName
{
color: #1C1C09;
}
</style>
background-color css
<style>
a { background-color: #1C1C09; }
a { background-color: rgb(28,28,9); }
div.DivClassName
{
background-color: #1C1C09;
}
.BgClassName
{
background-color: #1C1C09;
}
</style>
border-color css
<style>
span { border-color: #1C1C09; }
span { border-color: rgb(28,28,9); }
td.TdClassName
{
border-color: #1C1C09;
}
.TagClassName
{
border-color: #1C1C09;
}
</style>