Html Css Color HEX #14441F Deep Fir

📋 copy color: '#14441F'

red 20 ◦ green 68 ◦ blue 31

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

Shades of Deep Fir #14441F

Tints of Deep Fir #14441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 57.14%

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

R = 16.81%
G = 57.14%
B = 26.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#14441F (or 0x14441F) is known color: Deep Fir. HEX triplet: 14, 44 and 1F. RGB value is (20,68,31). Sum of RGB (Red+Green+Blue) = 20+68+31=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #14441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14441F is #EBBBE0. Grayscale: #313131. Windows color (decimal): -15449057 or 2049044. OLE color: 2049044.

HSL color Cylindrical-coordinate representation of color #14441F: hue angle of 133.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14441F is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 68 31 -
CMYK 0.71 0 0.54 0.73
HSL 133.75º 0.55% 0.17% -
HSV(B) 133.75º 0.71% 0.27% -
XYZ 2.6 4.38 2 -
YUV 49.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 20 68 31 0.71 0 0.54 0.73 133.75 0.55 0.17
Hex 14 44 1F 47 0 36 49 86 37 11
Octal 24 104 37 107 0 66 111 206 67 21
Binary 10100 1000100 11111 1000111 0 110110 1001001 10000110 110111 10001

Color Harmonies of #14441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14441F

Black with #14441F

Text Example


Text Example

White with #14441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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