Html Css Color HEX #14351F Deep Fir

📋 copy color: '#14351F'

red 20 ◦ green 53 ◦ blue 31

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

Shades of Deep Fir #14351F

Tints of Deep Fir #14351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 50.96%

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

R = 19.23%
G = 50.96%
B = 29.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#14351F (or 0x14351F) is known color: Deep Fir. HEX triplet: 14, 35 and 1F. RGB value is (20,53,31). Sum of RGB (Red+Green+Blue) = 20+53+31=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #14351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14351F is #EBCAE0. Grayscale: #282828. Windows color (decimal): -15452897 or 2045204. OLE color: 2045204.

HSL color Cylindrical-coordinate representation of color #14351F: hue angle of 140º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #14351F is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 31 -
CMYK 0.62 0 0.42 0.79
HSL 140º 0.45% 0.14% -
HSV(B) 140º 0.62% 0.21% -
XYZ 1.81 2.79 1.74 -
YUV 40.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 20 53 31 0.62 0 0.42 0.79 140 0.45 0.14
Hex 14 35 1F 3E 0 2A 4F 8C 2D E
Octal 24 65 37 76 0 52 117 214 55 16
Binary 10100 110101 11111 111110 0 101010 1001111 10001100 101101 1110

Color Harmonies of #14351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14351F

Black with #14351F

Text Example


Text Example

White with #14351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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