Html Css Color HEX #141909 Pine Tree

📋 copy color: '#141909'

red 20 ◦ green 25 ◦ blue 9

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

Shades of Pine Tree #141909

Tints of Pine Tree #141909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 16.67%

R = 37.04%
G = 46.3%
B = 16.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.90

RGB Variations

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

Color information

#141909 (or 0x141909) is known color: Pine Tree. HEX triplet: 14, 19 and 09. RGB value is (20,25,9). Sum of RGB (Red+Green+Blue) = 20+25+9=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #141909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141909 is #EBE6F6. Grayscale: #151515. Windows color (decimal): -15460087 or 596244. OLE color: 596244.

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

Color convert

RGB 20 25 9 -
CMYK 0.20 0 0.64 0.90
HSL 78.75º 0.47% 0.07% -
HSV(B) 78.75º 0.64% 0.1% -
XYZ 0.69 0.86 0.39 -
YUV 21.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 20 25 9 0.20 0 0.64 0.90 78.75 0.47 0.07
Hex 14 19 9 14 0 40 5A 4F 2F 7
Octal 24 31 11 24 0 100 132 117 57 7
Binary 10100 11001 1001 10100 0 1000000 1011010 1001111 101111 111

Color Harmonies of #141909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141909

Black with #141909

Text Example


Text Example

White with #141909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141909; }

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

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

background-color css

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

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

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

border-color css

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

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

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