Html Css Color HEX #14371F Deep Fir

📋 copy color: '#14371F'

red 20 ◦ green 55 ◦ blue 31

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

Shades of Deep Fir #14371F

Tints of Deep Fir #14371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 51.89%

 BLUE value IS 31 (12.5% from 255) = 29.25%

R = 18.87%
G = 51.89%
B = 29.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#14371F (or 0x14371F) is known color: Deep Fir. HEX triplet: 14, 37 and 1F. RGB value is (20,55,31). Sum of RGB (Red+Green+Blue) = 20+55+31=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #14371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14371F is #EBC8E0. Grayscale: #292929. Windows color (decimal): -15452385 or 2045716. OLE color: 2045716.

HSL color Cylindrical-coordinate representation of color #14371F: hue angle of 138.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14371F is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 31 -
CMYK 0.64 0 0.44 0.78
HSL 138.86º 0.47% 0.15% -
HSV(B) 138.86º 0.64% 0.22% -
XYZ 1.9 2.98 1.77 -
YUV 41.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 20 55 31 0.64 0 0.44 0.78 138.86 0.47 0.15
Hex 14 37 1F 40 0 2C 4E 8B 2F F
Octal 24 67 37 100 0 54 116 213 57 17
Binary 10100 110111 11111 1000000 0 101100 1001110 10001011 101111 1111

Color Harmonies of #14371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14371F

Black with #14371F

Text Example


Text Example

White with #14371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14371F; }

 p { color: rgb(20,55,31); }

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

background-color css

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

 a { background-color: rgb(20,55,31); }

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

border-color css

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

 span { border-color: rgb(20,55,31); }

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