Shades of Maire #1C1A03
Tints of Maire #1C1A03
RGB
CMYK
RGB Variations
Color information
#1C1A03 (or 0x1C1A03) is known color: Maire. HEX triplet: 1C, 1A and 03. RGB value is (28,26,3). Sum of RGB (Red+Green+Blue) = 28+26+3=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1A03 is #E3E5FC. Grayscale: #181818. Windows color (decimal): -14935549 or 203292. OLE color: 203292.
HSL color Cylindrical-coordinate representation of color #1C1A03: hue angle of 55.2º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C1A03 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 26 | 3 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.89 |
| HSL | 55.2º | 0.81% | 0.06% | - |
| HSV(B) | 55.2º | 0.89% | 0.11% | - |
| XYZ | 0.86 | 0.99 | 0.23 | - |
| YUV | 23.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 26 | 3 | 0 | 0.07 | 0.89 | 0.89 | 55.2 | 0.81 | 0.06 |
| Hex | 1C | 1A | 3 | 0 | 7 | 59 | 59 | 37 | 51 | 6 |
| Octal | 34 | 32 | 3 | 0 | 7 | 131 | 131 | 67 | 121 | 6 |
| Binary | 11100 | 11010 | 11 | 0 | 111 | 1011001 | 1011001 | 110111 | 1010001 | 110 |
Color Harmonies of #1C1A03
Complementary color
Monochromatic Colors of #1C1A03
Black with #1C1A03
Text Example
Text Example
White with #1C1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1A03; }
p { color: rgb(28,26,3); }
H1.HeaderClassName
{
color: #1C1A03;
}
.AnyTagClassName
{
color: #1C1A03;
}
</style>
background-color css
<style>
a { background-color: #1C1A03; }
a { background-color: rgb(28,26,3); }
div.DivClassName
{
background-color: #1C1A03;
}
.BgClassName
{
background-color: #1C1A03;
}
</style>
border-color css
<style>
span { border-color: #1C1A03; }
span { border-color: rgb(28,26,3); }
td.TdClassName
{
border-color: #1C1A03;
}
.TagClassName
{
border-color: #1C1A03;
}
</style>