Html Css Color HEX #14190C Pine Tree

📋 copy color: '#14190C'

red 20 ◦ green 25 ◦ blue 12

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

Shades of Pine Tree #14190C

Tints of Pine Tree #14190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 21.05%

R = 35.09%
G = 43.86%
B = 21.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.90

RGB Variations

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

Color information

#14190C (or 0x14190C) is known color: Pine Tree. HEX triplet: 14, 19 and 0C. RGB value is (20,25,12). Sum of RGB (Red+Green+Blue) = 20+25+12=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 25 - color contains mainly: green. Hex color #14190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14190C is #EBE6F3. Grayscale: #161616. Windows color (decimal): -15460084 or 792852. OLE color: 792852.

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

Color convert

RGB 20 25 12 -
CMYK 0.20 0 0.52 0.90
HSL 83.08º 0.35% 0.07% -
HSV(B) 83.08º 0.52% 0.1% -
XYZ 0.7 0.87 0.48 -
YUV 22.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 20 25 12 0.20 0 0.52 0.90 83.08 0.35 0.07
Hex 14 19 C 14 0 34 5A 53 23 7
Octal 24 31 14 24 0 64 132 123 43 7
Binary 10100 11001 1100 10100 0 110100 1011010 1010011 100011 111

Color Harmonies of #14190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14190C

Black with #14190C

Text Example


Text Example

White with #14190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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