Html Css Color HEX #14271B Deep Fir

📋 copy color: '#14271B'

red 20 ◦ green 39 ◦ blue 27

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

Shades of Deep Fir #14271B

Tints of Deep Fir #14271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 45.35%

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

R = 23.26%
G = 45.35%
B = 31.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.85

RGB Variations

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

Color information

#14271B (or 0x14271B) is known color: Deep Fir. HEX triplet: 14, 27 and 1B. RGB value is (20,39,27). Sum of RGB (Red+Green+Blue) = 20+39+27=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #14271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14271B is #EBD8E4. Grayscale: #1F1F1F. Windows color (decimal): -15456485 or 1779476. OLE color: 1779476.

HSL color Cylindrical-coordinate representation of color #14271B: hue angle of 142.11º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #14271B is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 39 27 -
CMYK 0.49 0 0.31 0.85
HSL 142.11º 0.32% 0.12% -
HSV(B) 142.11º 0.49% 0.15% -
XYZ 1.21 1.68 1.3 -
YUV 31.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 20 39 27 0.49 0 0.31 0.85 142.11 0.32 0.12
Hex 14 27 1B 31 0 1F 55 8E 20 C
Octal 24 47 33 61 0 37 125 216 40 14
Binary 10100 100111 11011 110001 0 11111 1010101 10001110 100000 1100

Color Harmonies of #14271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14271B

Black with #14271B

Text Example


Text Example

White with #14271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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