#131B0A

Color #131B0A Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #131B0A

Tints of Pine Tree #131B0A

Color information

#131B0A (or 0x131B0A) is unknown color: approx Pine Tree. HEX triplet: 13, 1B and 0A. RGB value is (19,27,10). Sum of RGB (Red+Green+Blue) = 19+27+10=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #131B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B0A is #ECE4F5. Grayscale: #161616. Windows color (decimal): -15525110 or 662291. OLE color: 662291.

HSL color Cylindrical-coordinate representation of color #131B0A: hue angle of 88.24º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131B0A is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB192710-
CMYK0.3000.630.89
HSL88.24º45.95%7.25%-
HSV(B)88.24º62.96%10.59%-
XYZ0.720.940.43-
YUV22.67120.85125.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 33.93%
GREEN value IS 27 (10.94% from 255) = 48.21%
BLUE value IS 10 (4.30% from 255) = 17.86%
R=33.93%
G=48.21%
B=17.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1927100.3000.630.8988.2445.957.25
Hex131BA1E03F59582e7
Octal23331236077131130567
Binary1001111011101011110011111110110011011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131B0A; }

 p { color: rgb(19,27,10); }

 H1.HeaderClassName
 {
   color: #131B0A;
 }
 .AnyTagClassName
 {
   color: #131B0A;
 }
</style>
background-color css

<style>
 a { background-color: #131B0A; }

 a { background-color: rgb(19,27,10); }

 div.DivClassName
 {
   background-color: #131B0A;
 }
 .BgClassName
 {
   background-color: #131B0A;
 }
</style>
border-color css

<style>
 span { border-color: #131B0A; }

 span { border-color: rgb(19,27,10); }

 td.TdClassName
 {
   border-color: #131B0A;
 }
 .TagClassName
 {
   border-color: #131B0A;
 }
</style>