Html Css Color HEX #14321F Deep Fir

📋 copy color: '#14321F'

red 20 ◦ green 50 ◦ blue 31

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

Shades of Deep Fir #14321F

Tints of Deep Fir #14321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 49.5%

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

R = 19.8%
G = 49.5%
B = 30.69%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#14321F (or 0x14321F) is known color: Deep Fir. HEX triplet: 14, 32 and 1F. RGB value is (20,50,31). Sum of RGB (Red+Green+Blue) = 20+50+31=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #14321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14321F is #EBCDE0. Grayscale: #262626. Windows color (decimal): -15453665 or 2044436. OLE color: 2044436.

HSL color Cylindrical-coordinate representation of color #14321F: hue angle of 142º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14321F is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 50 31 -
CMYK 0.60 0 0.38 0.80
HSL 142º 0.43% 0.14% -
HSV(B) 142º 0.6% 0.2% -
XYZ 1.68 2.53 1.7 -
YUV 38.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 20 50 31 0.60 0 0.38 0.80 142 0.43 0.14
Hex 14 32 1F 3C 0 26 50 8E 2B E
Octal 24 62 37 74 0 46 120 216 53 16
Binary 10100 110010 11111 111100 0 100110 1010000 10001110 101011 1110

Color Harmonies of #14321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14321F

Black with #14321F

Text Example


Text Example

White with #14321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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