Html Css Color HEX #151714 Pine Tree

📋 copy color: '#151714'

red 21 ◦ green 23 ◦ blue 20

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

Shades of Pine Tree #151714

Tints of Pine Tree #151714

RGB

 RED value IS 21 (8.59% from 255) = 32.81%

 GREEN value IS 23 (9.38% from 255) = 35.94%

 BLUE value IS 20 (8.2% from 255) = 31.25%

R = 32.81%
G = 35.94%
B = 31.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#151714 (or 0x151714) is known color: Pine Tree. HEX triplet: 15, 17 and 14. RGB value is (21,23,20). Sum of RGB (Red+Green+Blue) = 21+23+20=64 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.81% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 23 - color contains mainly: green. Hex color #151714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151714 is #EAE8EB. Grayscale: #161616. Windows color (decimal): -15395052 or 1316629. OLE color: 1316629.

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

Color convert

RGB 21 23 20 -
CMYK 0.09 0 0.13 0.91
HSL 100º 0.07% 0.08% -
HSV(B) 100º 0.13% 0.09% -
XYZ 0.74 0.82 0.78 -
YUV 22.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 21 23 20 0.09 0 0.13 0.91 100 0.07 0.08
Hex 15 17 14 9 0 D 5B 64 7 8
Octal 25 27 24 11 0 15 133 144 7 10
Binary 10101 10111 10100 1001 0 1101 1011011 1100100 111 1000

Color Harmonies of #151714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151714

Black with #151714

Text Example


Text Example

White with #151714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151714; }

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

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

background-color css

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

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

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

border-color css

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

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

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