Html Css Color HEX #14190B Pine Tree

📋 copy color: '#14190B'

red 20 ◦ green 25 ◦ blue 11

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

Shades of Pine Tree #14190B

Tints of Pine Tree #14190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 19.64%

R = 35.71%
G = 44.64%
B = 19.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#14190B (or 0x14190B) is known color: Pine Tree. HEX triplet: 14, 19 and 0B. RGB value is (20,25,11). Sum of RGB (Red+Green+Blue) = 20+25+11=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #14190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190B is #EBE6F4. Grayscale: #151515. Windows color (decimal): -15460085 or 727316. OLE color: 727316.

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

Color convert

RGB 20 25 11 -
CMYK 0.20 0 0.56 0.90
HSL 81.43º 0.39% 0.07% -
HSV(B) 81.43º 0.56% 0.1% -
XYZ 0.7 0.87 0.45 -
YUV 21.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 20 25 11 0.20 0 0.56 0.90 81.43 0.39 0.07
Hex 14 19 B 14 0 38 5A 51 27 7
Octal 24 31 13 24 0 70 132 121 47 7
Binary 10100 11001 1011 10100 0 111000 1011010 1010001 100111 111

Color Harmonies of #14190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14190B

Black with #14190B

Text Example


Text Example

White with #14190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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