Shades of Maire #19170C
Tints of Maire #19170C
RGB
CMYK
RGB Variations
Color information
#19170C (or 0x19170C) is known color: Maire. HEX triplet: 19, 17 and 0C. RGB value is (25,23,12). Sum of RGB (Red+Green+Blue) = 25+23+12=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #19170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19170C is #E6E8F3. Grayscale: #161616. Windows color (decimal): -15132916 or 792345. OLE color: 792345.
HSL color Cylindrical-coordinate representation of color #19170C: hue angle of 50.77º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19170C is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 23 | 12 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.90 |
| HSL | 50.77º | 0.35% | 0.07% | - |
| HSV(B) | 50.77º | 0.52% | 0.1% | - |
| XYZ | 0.77 | 0.85 | 0.47 | - |
| YUV | 22.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 12 | 0 | 0.08 | 0.52 | 0.90 | 50.77 | 0.35 | 0.07 |
| Hex | 19 | 17 | C | 0 | 8 | 34 | 5A | 33 | 23 | 7 |
| Octal | 31 | 27 | 14 | 0 | 10 | 64 | 132 | 63 | 43 | 7 |
| Binary | 11001 | 10111 | 1100 | 0 | 1000 | 110100 | 1011010 | 110011 | 100011 | 111 |
Color Harmonies of #19170C
Complementary color
Monochromatic Colors of #19170C
Black with #19170C
Text Example
Text Example
White with #19170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19170C; }
p { color: rgb(25,23,12); }
H1.HeaderClassName
{
color: #19170C;
}
.AnyTagClassName
{
color: #19170C;
}
</style>
background-color css
<style>
a { background-color: #19170C; }
a { background-color: rgb(25,23,12); }
div.DivClassName
{
background-color: #19170C;
}
.BgClassName
{
background-color: #19170C;
}
</style>
border-color css
<style>
span { border-color: #19170C; }
span { border-color: rgb(25,23,12); }
td.TdClassName
{
border-color: #19170C;
}
.TagClassName
{
border-color: #19170C;
}
</style>