Shades of Pine Tree #193103
Tints of Pine Tree #193103
RGB
CMYK
RGB Variations
Color information
#193103 (or 0x193103) is known color: Pine Tree. HEX triplet: 19, 31 and 03. RGB value is (25,49,3). Sum of RGB (Red+Green+Blue) = 25+49+3=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #193103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193103 is #E6CEFC. Grayscale: #242424. Windows color (decimal): -15126269 or 209177. OLE color: 209177.
HSL color Cylindrical-coordinate representation of color #193103: hue angle of 91.3º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #193103 is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 3 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.81 |
| HSL | 91.3º | 0.88% | 0.1% | - |
| HSV(B) | 91.3º | 0.94% | 0.19% | - |
| XYZ | 1.52 | 2.41 | 0.47 | - |
| YUV | 36.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 3 | 0.49 | 0 | 0.94 | 0.81 | 91.3 | 0.88 | 0.1 |
| Hex | 19 | 31 | 3 | 31 | 0 | 5E | 51 | 5B | 58 | A |
| Octal | 31 | 61 | 3 | 61 | 0 | 136 | 121 | 133 | 130 | 12 |
| Binary | 11001 | 110001 | 11 | 110001 | 0 | 1011110 | 1010001 | 1011011 | 1011000 | 1010 |
Color Harmonies of #193103
Complementary color
Monochromatic Colors of #193103
Black with #193103
Text Example
Text Example
White with #193103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193103; }
p { color: rgb(25,49,3); }
H1.HeaderClassName
{
color: #193103;
}
.AnyTagClassName
{
color: #193103;
}
</style>
background-color css
<style>
a { background-color: #193103; }
a { background-color: rgb(25,49,3); }
div.DivClassName
{
background-color: #193103;
}
.BgClassName
{
background-color: #193103;
}
</style>
border-color css
<style>
span { border-color: #193103; }
span { border-color: rgb(25,49,3); }
td.TdClassName
{
border-color: #193103;
}
.TagClassName
{
border-color: #193103;
}
</style>