Html Css Color HEX #141611 Pine Tree

📋 copy color: '#141611'

red 20 ◦ green 22 ◦ blue 17

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

Shades of Pine Tree #141611

Tints of Pine Tree #141611

RGB

 RED value IS 20 (8.2% from 255) = 33.9%

 GREEN value IS 22 (8.98% from 255) = 37.29%

 BLUE value IS 17 (7.03% from 255) = 28.81%

R = 33.9%
G = 37.29%
B = 28.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#141611 (or 0x141611) is known color: Pine Tree. HEX triplet: 14, 16 and 11. RGB value is (20,22,17). Sum of RGB (Red+Green+Blue) = 20+22+17=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 22 - color contains mainly: green. Hex color #141611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141611 is #EBE9EE. Grayscale: #141414. Windows color (decimal): -15460847 or 1119764. OLE color: 1119764.

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

Color convert

RGB 20 22 17 -
CMYK 0.09 0 0.23 0.91
HSL 84º 0.13% 0.08% -
HSV(B) 84º 0.23% 0.09% -
XYZ 0.68 0.76 0.64 -
YUV 20.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 20 22 17 0.09 0 0.23 0.91 84 0.13 0.08
Hex 14 16 11 9 0 17 5B 54 D 8
Octal 24 26 21 11 0 27 133 124 15 10
Binary 10100 10110 10001 1001 0 10111 1011011 1010100 1101 1000

Color Harmonies of #141611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141611

Black with #141611

Text Example


Text Example

White with #141611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141611; }

 p { color: rgb(20,22,17); }

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

background-color css

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

 a { background-color: rgb(20,22,17); }

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

border-color css

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

 span { border-color: rgb(20,22,17); }

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