Html Css Color HEX #14381F Deep Fir

📋 copy color: '#14381F'

red 20 ◦ green 56 ◦ blue 31

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

Shades of Deep Fir #14381F

Tints of Deep Fir #14381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 52.34%

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

R = 18.69%
G = 52.34%
B = 28.97%

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

#14381F (or 0x14381F) is known color: Deep Fir. HEX triplet: 14, 38 and 1F. RGB value is (20,56,31). Sum of RGB (Red+Green+Blue) = 20+56+31=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #14381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14381F is #EBC7E0. Grayscale: #2A2A2A. Windows color (decimal): -15452129 or 2045972. OLE color: 2045972.

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

Color convert

RGB 20 56 31 -
CMYK 0.64 0 0.45 0.78
HSL 138.33º 0.47% 0.15% -
HSV(B) 138.33º 0.64% 0.22% -
XYZ 1.95 3.08 1.79 -
YUV 42.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 20 56 31 0.64 0 0.45 0.78 138.33 0.47 0.15
Hex 14 38 1F 40 0 2D 4E 8A 2F F
Octal 24 70 37 100 0 55 116 212 57 17
Binary 10100 111000 11111 1000000 0 101101 1001110 10001010 101111 1111

Color Harmonies of #14381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14381F

Black with #14381F

Text Example


Text Example

White with #14381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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