Html Css Color HEX #171914 Pine Tree

📋 copy color: '#171914'

red 23 ◦ green 25 ◦ blue 20

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

Shades of Pine Tree #171914

Tints of Pine Tree #171914

RGB

 RED value IS 23 (9.38% from 255) = 33.82%

 GREEN value IS 25 (10.16% from 255) = 36.76%

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

R = 33.82%
G = 36.76%
B = 29.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#171914 (or 0x171914) is known color: Pine Tree. HEX triplet: 17, 19 and 14. RGB value is (23,25,20). Sum of RGB (Red+Green+Blue) = 23+25+20=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 25 - color contains mainly: green. Hex color #171914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171914 is #E8E6EB. Grayscale: #171717. Windows color (decimal): -15263468 or 1317143. OLE color: 1317143.

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

Color convert

RGB 23 25 20 -
CMYK 0.08 0 0.20 0.90
HSL 84º 0.11% 0.09% -
HSV(B) 84º 0.2% 0.1% -
XYZ 0.83 0.93 0.8 -
YUV 23.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 23 25 20 0.08 0 0.20 0.90 84 0.11 0.09
Hex 17 19 14 8 0 14 5A 54 B 9
Octal 27 31 24 10 0 24 132 124 13 11
Binary 10111 11001 10100 1000 0 10100 1011010 1010100 1011 1001

Color Harmonies of #171914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171914

Black with #171914

Text Example


Text Example

White with #171914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171914; }

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

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

background-color css

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

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

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

border-color css

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

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

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