Html Css Color HEX #14190D Pine Tree

📋 copy color: '#14190D'

red 20 ◦ green 25 ◦ blue 13

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

Shades of Pine Tree #14190D

Tints of Pine Tree #14190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 34.48%
G = 43.1%
B = 22.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.90

RGB Variations

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

Color information

#14190D (or 0x14190D) is known color: Pine Tree. HEX triplet: 14, 19 and 0D. RGB value is (20,25,13). Sum of RGB (Red+Green+Blue) = 20+25+13=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #14190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190D is #EBE6F2. Grayscale: #161616. Windows color (decimal): -15460083 or 858388. OLE color: 858388.

HSL color Cylindrical-coordinate representation of color #14190D: hue angle of 85º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #14190D is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 25 13 -
CMYK 0.20 0 0.48 0.90
HSL 85º 0.32% 0.07% -
HSV(B) 85º 0.48% 0.1% -
XYZ 0.71 0.87 0.51 -
YUV 22.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 20 25 13 0.20 0 0.48 0.90 85 0.32 0.07
Hex 14 19 D 14 0 30 5A 55 20 7
Octal 24 31 15 24 0 60 132 125 40 7
Binary 10100 11001 1101 10100 0 110000 1011010 1010101 100000 111

Color Harmonies of #14190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14190D

Black with #14190D

Text Example


Text Example

White with #14190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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