Shades of Pine Tree #13190C
Tints of Pine Tree #13190C
RGB
CMYK
RGB Variations
Color information
#13190C (or 0x13190C) is known color: Pine Tree. HEX triplet: 13, 19 and 0C. RGB value is (19,25,12). Sum of RGB (Red+Green+Blue) = 19+25+12=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #13190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13190C is #ECE6F3. Grayscale: #151515. Windows color (decimal): -15525620 or 792851. OLE color: 792851.
HSL color Cylindrical-coordinate representation of color #13190C: hue angle of 87.69º 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 #13190C is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 25 | 12 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.90 |
| HSL | 87.69º | 0.35% | 0.07% | - |
| HSV(B) | 87.69º | 0.52% | 0.1% | - |
| XYZ | 0.68 | 0.86 | 0.48 | - |
| YUV | 21.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 12 | 0.24 | 0 | 0.52 | 0.90 | 87.69 | 0.35 | 0.07 |
| Hex | 13 | 19 | C | 18 | 0 | 34 | 5A | 58 | 23 | 7 |
| Octal | 23 | 31 | 14 | 30 | 0 | 64 | 132 | 130 | 43 | 7 |
| Binary | 10011 | 11001 | 1100 | 11000 | 0 | 110100 | 1011010 | 1011000 | 100011 | 111 |
Color Harmonies of #13190C
Complementary color
Monochromatic Colors of #13190C
Black with #13190C
Text Example
Text Example
White with #13190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13190C; }
p { color: rgb(19,25,12); }
H1.HeaderClassName
{
color: #13190C;
}
.AnyTagClassName
{
color: #13190C;
}
</style>
background-color css
<style>
a { background-color: #13190C; }
a { background-color: rgb(19,25,12); }
div.DivClassName
{
background-color: #13190C;
}
.BgClassName
{
background-color: #13190C;
}
</style>
border-color css
<style>
span { border-color: #13190C; }
span { border-color: rgb(19,25,12); }
td.TdClassName
{
border-color: #13190C;
}
.TagClassName
{
border-color: #13190C;
}
</style>