Shades of Maire #1C190E
Tints of Maire #1C190E
RGB
CMYK
RGB Variations
Color information
#1C190E (or 0x1C190E) is known color: Maire. HEX triplet: 1C, 19 and 0E. RGB value is (28,25,14). Sum of RGB (Red+Green+Blue) = 28+25+14=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C190E is #E3E6F1. Grayscale: #181818. Windows color (decimal): -14935794 or 923932. OLE color: 923932.
HSL color Cylindrical-coordinate representation of color #1C190E: hue angle of 47.14º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C190E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 25 | 14 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.89 |
| HSL | 47.14º | 0.33% | 0.08% | - |
| HSV(B) | 47.14º | 0.5% | 0.11% | - |
| XYZ | 0.91 | 0.97 | 0.56 | - |
| YUV | 24.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 14 | 0 | 0.11 | 0.50 | 0.89 | 47.14 | 0.33 | 0.08 |
| Hex | 1C | 19 | E | 0 | B | 32 | 59 | 2F | 21 | 8 |
| Octal | 34 | 31 | 16 | 0 | 13 | 62 | 131 | 57 | 41 | 10 |
| Binary | 11100 | 11001 | 1110 | 0 | 1011 | 110010 | 1011001 | 101111 | 100001 | 1000 |
Color Harmonies of #1C190E
Complementary color
Monochromatic Colors of #1C190E
Black with #1C190E
Text Example
Text Example
White with #1C190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C190E; }
p { color: rgb(28,25,14); }
H1.HeaderClassName
{
color: #1C190E;
}
.AnyTagClassName
{
color: #1C190E;
}
</style>
background-color css
<style>
a { background-color: #1C190E; }
a { background-color: rgb(28,25,14); }
div.DivClassName
{
background-color: #1C190E;
}
.BgClassName
{
background-color: #1C190E;
}
</style>
border-color css
<style>
span { border-color: #1C190E; }
span { border-color: rgb(28,25,14); }
td.TdClassName
{
border-color: #1C190E;
}
.TagClassName
{
border-color: #1C190E;
}
</style>