#10150B

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

Shades of Pine Tree #10150B

Tints of Pine Tree #10150B

Color information

#10150B (or 0x10150B) is unknown color: approx Pine Tree. HEX triplet: 10, 15 and 0B. RGB value is (16,21,11). Sum of RGB (Red+Green+Blue) = 16+21+11=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #10150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10150B is #EFEAF4. Grayscale: #121212. Windows color (decimal): -15723253 or 726288. OLE color: 726288.

HSL color Cylindrical-coordinate representation of color #10150B: hue angle of 90º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #10150B is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB162111-
CMYK0.2400.480.92
HSL90º31.25%6.27%-
HSV(B)90º47.62%8.24%-
XYZ0.540.670.42-
YUV18.37123.84126.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=33.33%
G=43.75%
B=22.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1621110.2400.480.929031.256.27
Hex1015B180305C5a1f6
Octal20251330060134132376
Binary100001010110111100001100001011100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10150B; }

 p { color: rgb(16,21,11); }

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

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

 a { background-color: rgb(16,21,11); }

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

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

 span { border-color: rgb(16,21,11); }

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