Shades of Maire #19180E
Tints of Maire #19180E
RGB
CMYK
RGB Variations
Color information
#19180E (or 0x19180E) is known color: Maire. HEX triplet: 19, 18 and 0E. RGB value is (25,24,14). Sum of RGB (Red+Green+Blue) = 25+24+14=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 25 - color contains mainly: red. Hex color #19180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19180E is #E6E7F1. Grayscale: #171717. Windows color (decimal): -15132658 or 923673. OLE color: 923673.
HSL color Cylindrical-coordinate representation of color #19180E: hue angle of 54.55º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19180E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 24 | 14 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.90 |
| HSL | 54.55º | 0.28% | 0.08% | - |
| HSV(B) | 54.55º | 0.44% | 0.1% | - |
| XYZ | 0.81 | 0.89 | 0.55 | - |
| YUV | 23.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 14 | 0 | 0.04 | 0.44 | 0.90 | 54.55 | 0.28 | 0.08 |
| Hex | 19 | 18 | E | 0 | 4 | 2C | 5A | 37 | 1C | 8 |
| Octal | 31 | 30 | 16 | 0 | 4 | 54 | 132 | 67 | 34 | 10 |
| Binary | 11001 | 11000 | 1110 | 0 | 100 | 101100 | 1011010 | 110111 | 11100 | 1000 |
Color Harmonies of #19180E
Complementary color
Monochromatic Colors of #19180E
Black with #19180E
Text Example
Text Example
White with #19180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19180E; }
p { color: rgb(25,24,14); }
H1.HeaderClassName
{
color: #19180E;
}
.AnyTagClassName
{
color: #19180E;
}
</style>
background-color css
<style>
a { background-color: #19180E; }
a { background-color: rgb(25,24,14); }
div.DivClassName
{
background-color: #19180E;
}
.BgClassName
{
background-color: #19180E;
}
</style>
border-color css
<style>
span { border-color: #19180E; }
span { border-color: rgb(25,24,14); }
td.TdClassName
{
border-color: #19180E;
}
.TagClassName
{
border-color: #19180E;
}
</style>