Html Css Color HEX #14371E Deep Fir

📋 copy color: '#14371E'

red 20 ◦ green 55 ◦ blue 30

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

Shades of Deep Fir #14371E

Tints of Deep Fir #14371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 19.05%
G = 52.38%
B = 28.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#14371E (or 0x14371E) is known color: Deep Fir. HEX triplet: 14, 37 and 1E. RGB value is (20,55,30). Sum of RGB (Red+Green+Blue) = 20+55+30=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #14371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14371E is #EBC8E1. Grayscale: #292929. Windows color (decimal): -15452386 or 1980180. OLE color: 1980180.

HSL color Cylindrical-coordinate representation of color #14371E: hue angle of 137.14º 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 #14371E is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 30 -
CMYK 0.64 0 0.45 0.78
HSL 137.14º 0.47% 0.15% -
HSV(B) 137.14º 0.64% 0.22% -
XYZ 1.89 2.97 1.7 -
YUV 41.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 20 55 30 0.64 0 0.45 0.78 137.14 0.47 0.15
Hex 14 37 1E 40 0 2D 4E 89 2F F
Octal 24 67 36 100 0 55 116 211 57 17
Binary 10100 110111 11110 1000000 0 101101 1001110 10001001 101111 1111

Color Harmonies of #14371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14371E

Black with #14371E

Text Example


Text Example

White with #14371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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