Html Css Color HEX #14371B Deep Fir

📋 copy color: '#14371B'

red 20 ◦ green 55 ◦ blue 27

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

Shades of Deep Fir #14371B

Tints of Deep Fir #14371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 53.92%

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

R = 19.61%
G = 53.92%
B = 26.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#14371B (or 0x14371B) is known color: Deep Fir. HEX triplet: 14, 37 and 1B. RGB value is (20,55,27). Sum of RGB (Red+Green+Blue) = 20+55+27=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #14371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14371B is #EBC8E4. Grayscale: #292929. Windows color (decimal): -15452389 or 1783572. OLE color: 1783572.

HSL color Cylindrical-coordinate representation of color #14371B: hue angle of 132º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14371B is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 55 27 -
CMYK 0.64 0 0.51 0.78
HSL 132º 0.47% 0.15% -
HSV(B) 132º 0.64% 0.22% -
XYZ 1.85 2.96 1.51 -
YUV 41.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 20 55 27 0.64 0 0.51 0.78 132 0.47 0.15
Hex 14 37 1B 40 0 33 4E 84 2F F
Octal 24 67 33 100 0 63 116 204 57 17
Binary 10100 110111 11011 1000000 0 110011 1001110 10000100 101111 1111

Color Harmonies of #14371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14371B

Black with #14371B

Text Example


Text Example

White with #14371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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