Shades of Maire #1A180C
Tints of Maire #1A180C
RGB
CMYK
RGB Variations
Color information
#1A180C (or 0x1A180C) is known color: Maire. HEX triplet: 1A, 18 and 0C. RGB value is (26,24,12). Sum of RGB (Red+Green+Blue) = 26+24+12=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A180C is #E5E7F3. Grayscale: #171717. Windows color (decimal): -15067124 or 792602. OLE color: 792602.
HSL color Cylindrical-coordinate representation of color #1A180C: hue angle of 51.43º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A180C is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 24 | 12 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.90 |
| HSL | 51.43º | 0.37% | 0.07% | - |
| HSV(B) | 51.43º | 0.54% | 0.1% | - |
| XYZ | 0.82 | 0.9 | 0.48 | - |
| YUV | 23.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 12 | 0 | 0.08 | 0.54 | 0.90 | 51.43 | 0.37 | 0.07 |
| Hex | 1A | 18 | C | 0 | 8 | 36 | 5A | 33 | 25 | 7 |
| Octal | 32 | 30 | 14 | 0 | 10 | 66 | 132 | 63 | 45 | 7 |
| Binary | 11010 | 11000 | 1100 | 0 | 1000 | 110110 | 1011010 | 110011 | 100101 | 111 |
Color Harmonies of #1A180C
Complementary color
Monochromatic Colors of #1A180C
Black with #1A180C
Text Example
Text Example
White with #1A180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A180C; }
p { color: rgb(26,24,12); }
H1.HeaderClassName
{
color: #1A180C;
}
.AnyTagClassName
{
color: #1A180C;
}
</style>
background-color css
<style>
a { background-color: #1A180C; }
a { background-color: rgb(26,24,12); }
div.DivClassName
{
background-color: #1A180C;
}
.BgClassName
{
background-color: #1A180C;
}
</style>
border-color css
<style>
span { border-color: #1A180C; }
span { border-color: rgb(26,24,12); }
td.TdClassName
{
border-color: #1A180C;
}
.TagClassName
{
border-color: #1A180C;
}
</style>