Shades of Maire #1C1A15
Tints of Maire #1C1A15
RGB
CMYK
RGB Variations
Color information
#1C1A15 (or 0x1C1A15) is known color: Maire. HEX triplet: 1C, 1A and 15. RGB value is (28,26,21). Sum of RGB (Red+Green+Blue) = 28+26+21=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1A15 is #E3E5EA. Grayscale: #1A1A1A. Windows color (decimal): -14935531 or 1382940. OLE color: 1382940.
HSL color Cylindrical-coordinate representation of color #1C1A15: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1C1A15 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 26 | 21 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.89 |
| HSL | 42.86º | 0.14% | 0.1% | - |
| HSV(B) | 42.86º | 0.25% | 0.11% | - |
| XYZ | 0.98 | 1.04 | 0.86 | - |
| YUV | 26.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 26 | 21 | 0 | 0.07 | 0.25 | 0.89 | 42.86 | 0.14 | 0.1 |
| Hex | 1C | 1A | 15 | 0 | 7 | 19 | 59 | 2B | E | A |
| Octal | 34 | 32 | 25 | 0 | 7 | 31 | 131 | 53 | 16 | 12 |
| Binary | 11100 | 11010 | 10101 | 0 | 111 | 11001 | 1011001 | 101011 | 1110 | 1010 |
Color Harmonies of #1C1A15
Complementary color
Monochromatic Colors of #1C1A15
Black with #1C1A15
Text Example
Text Example
White with #1C1A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1A15; }
p { color: rgb(28,26,21); }
H1.HeaderClassName
{
color: #1C1A15;
}
.AnyTagClassName
{
color: #1C1A15;
}
</style>
background-color css
<style>
a { background-color: #1C1A15; }
a { background-color: rgb(28,26,21); }
div.DivClassName
{
background-color: #1C1A15;
}
.BgClassName
{
background-color: #1C1A15;
}
</style>
border-color css
<style>
span { border-color: #1C1A15; }
span { border-color: rgb(28,26,21); }
td.TdClassName
{
border-color: #1C1A15;
}
.TagClassName
{
border-color: #1C1A15;
}
</style>