Html Css Color HEX #10140B Pine Tree

📋 copy color: '#10140B'

red 16 ◦ green 20 ◦ blue 11

#10140B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #10140B

Tints of Pine Tree #10140B

RGB

 RED value IS 16 (6.64% from 255) = 34.04%

 GREEN value IS 20 (8.2% from 255) = 42.55%

 BLUE value IS 11 (4.69% from 255) = 23.4%

R = 34.04%
G = 42.55%
B = 23.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#10140B (or 0x10140B) is known color: Pine Tree. HEX triplet: 10, 14 and 0B. RGB value is (16,20,11). Sum of RGB (Red+Green+Blue) = 16+20+11=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #10140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10140B is #EFEBF4. Grayscale: #111111. Windows color (decimal): -15723509 or 726032. OLE color: 726032.

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

Color convert

RGB 16 20 11 -
CMYK 0.20 0 0.45 0.92
HSL 86.67º 0.29% 0.06% -
HSV(B) 86.67º 0.45% 0.08% -
XYZ 0.52 0.63 0.41 -
YUV 17.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 16 20 11 0.20 0 0.45 0.92 86.67 0.29 0.06
Hex 10 14 B 14 0 2D 5C 57 1D 6
Octal 20 24 13 24 0 55 134 127 35 6
Binary 10000 10100 1011 10100 0 101101 1011100 1010111 11101 110

Color Harmonies of #10140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10140B

Black with #10140B

Text Example


Text Example

White with #10140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10140B;
 }
 .AnyTagClassName
 {
   color: #10140B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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