Html Css Color HEX #14190A Pine Tree

📋 copy color: '#14190A'

red 20 ◦ green 25 ◦ blue 10

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

Shades of Pine Tree #14190A

Tints of Pine Tree #14190A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 18.18%

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.90

RGB Variations

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

Color information

#14190A (or 0x14190A) is known color: Pine Tree. HEX triplet: 14, 19 and 0A. RGB value is (20,25,10). Sum of RGB (Red+Green+Blue) = 20+25+10=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #14190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190A is #EBE6F5. Grayscale: #151515. Windows color (decimal): -15460086 or 661780. OLE color: 661780.

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

Color convert

RGB 20 25 10 -
CMYK 0.20 0 0.60 0.90
HSL 80º 0.43% 0.07% -
HSV(B) 80º 0.6% 0.1% -
XYZ 0.69 0.87 0.42 -
YUV 21.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 20 25 10 0.20 0 0.60 0.90 80 0.43 0.07
Hex 14 19 A 14 0 3C 5A 50 2B 7
Octal 24 31 12 24 0 74 132 120 53 7
Binary 10100 11001 1010 10100 0 111100 1011010 1010000 101011 111

Color Harmonies of #14190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14190A

Black with #14190A

Text Example


Text Example

White with #14190A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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