#1B1F13

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

Shades of Pine Tree #1B1F13

Tints of Pine Tree #1B1F13

Color information

#1B1F13 (or 0x1B1F13) is unknown color: approx Pine Tree. HEX triplet: 1B, 1F and 13. RGB value is (27,31,19). Sum of RGB (Red+Green+Blue) = 27+31+19=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1F13 is #E4E0EC. Grayscale: #1C1C1C. Windows color (decimal): -14999789 or 1253147. OLE color: 1253147.

HSL color Cylindrical-coordinate representation of color #1B1F13: hue angle of 80º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B1F13 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB273119-
CMYK0.1300.390.88
HSL80º24%9.8%-
HSV(B)80º38.71%12.16%-
XYZ1.061.260.8-
YUV28.44122.67126.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 31 (12.5% from 255) = 40.26%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=35.06%
G=40.26%
B=24.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2731190.1300.390.8880249.8
Hex1B1F13D027585018a
Octal333723150471301203012
Binary1101111111100111101010011110110001010000110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1F13; }

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

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

<style>
 a { background-color: #1B1F13; }

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

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

<style>
 span { border-color: #1B1F13; }

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

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