#151713

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

Shades of Pine Tree #151713

Tints of Pine Tree #151713

Color information

#151713 (or 0x151713) is unknown color: approx Pine Tree. HEX triplet: 15, 17 and 13. RGB value is (21,23,19). Sum of RGB (Red+Green+Blue) = 21+23+19=63 (8% of max value = 765). Red value is 21 (8.59% from 255 or 33.33% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 23 - color contains mainly: green. Hex color #151713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151713 is #EAE8EC. Grayscale: #151515. Windows color (decimal): -15395053 or 1251093. OLE color: 1251093.

HSL color Cylindrical-coordinate representation of color #151713: hue angle of 90º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #151713 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB212319-
CMYK0.0900.170.91
HSL90º9.52%8.24%-
HSV(B)90º17.39%9.02%-
XYZ0.730.820.74-
YUV21.95126.34127.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 33.33%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=33.33%
G=36.51%
B=30.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2123190.0900.170.91909.528.24
Hex15171390115B5aa8
Octal252723110211331321210
Binary10101101111001110010100011011011101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151713; }

 p { color: rgb(21,23,19); }

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

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

 a { background-color: rgb(21,23,19); }

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

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

 span { border-color: rgb(21,23,19); }

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