Html Css Color HEX #14421B Deep Fir

📋 copy color: '#14421B'

red 20 ◦ green 66 ◦ blue 27

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

Shades of Deep Fir #14421B

Tints of Deep Fir #14421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.89%

R = 17.7%
G = 58.41%
B = 23.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#14421B (or 0x14421B) is known color: Deep Fir. HEX triplet: 14, 42 and 1B. RGB value is (20,66,27). Sum of RGB (Red+Green+Blue) = 20+66+27=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #14421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14421B is #EBBDE4. Grayscale: #2F2F2F. Windows color (decimal): -15449573 or 1786388. OLE color: 1786388.

HSL color Cylindrical-coordinate representation of color #14421B: hue angle of 129.13º 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 #14421B is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 66 27 -
CMYK 0.70 0 0.59 0.74
HSL 129.13º 0.53% 0.17% -
HSV(B) 129.13º 0.7% 0.26% -
XYZ 2.43 4.12 1.7 -
YUV 47.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 20 66 27 0.70 0 0.59 0.74 129.13 0.53 0.17
Hex 14 42 1B 46 0 3B 4A 81 35 11
Octal 24 102 33 106 0 73 112 201 65 21
Binary 10100 1000010 11011 1000110 0 111011 1001010 10000001 110101 10001

Color Harmonies of #14421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14421B

Black with #14421B

Text Example


Text Example

White with #14421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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