Html Css Color HEX #14421F Deep Fir

📋 copy color: '#14421F'

red 20 ◦ green 66 ◦ blue 31

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

Shades of Deep Fir #14421F

Tints of Deep Fir #14421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 56.41%

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

R = 17.09%
G = 56.41%
B = 26.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#14421F (or 0x14421F) is known color: Deep Fir. HEX triplet: 14, 42 and 1F. RGB value is (20,66,31). Sum of RGB (Red+Green+Blue) = 20+66+31=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #14421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14421F is #EBBDE0. Grayscale: #303030. Windows color (decimal): -15449569 or 2048532. OLE color: 2048532.

HSL color Cylindrical-coordinate representation of color #14421F: hue angle of 134.35º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14421F is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 31 -
CMYK 0.70 0 0.53 0.74
HSL 134.35º 0.53% 0.17% -
HSV(B) 134.35º 0.7% 0.26% -
XYZ 2.48 4.14 1.97 -
YUV 48.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 20 66 31 0.70 0 0.53 0.74 134.35 0.53 0.17
Hex 14 42 1F 46 0 35 4A 86 35 11
Octal 24 102 37 106 0 65 112 206 65 21
Binary 10100 1000010 11111 1000110 0 110101 1001010 10000110 110101 10001

Color Harmonies of #14421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14421F

Black with #14421F

Text Example


Text Example

White with #14421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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