Html Css Color HEX #14331D Deep Fir

📋 copy color: '#14331D'

red 20 ◦ green 51 ◦ blue 29

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

Shades of Deep Fir #14331D

Tints of Deep Fir #14331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 51%

 BLUE value IS 29 (11.72% from 255) = 29%

R = 20%
G = 51%
B = 29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#14331D (or 0x14331D) is known color: Deep Fir. HEX triplet: 14, 33 and 1D. RGB value is (20,51,29). Sum of RGB (Red+Green+Blue) = 20+51+29=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #14331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14331D is #EBCCE2. Grayscale: #272727. Windows color (decimal): -15453411 or 1913620. OLE color: 1913620.

HSL color Cylindrical-coordinate representation of color #14331D: hue angle of 137.42º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14331D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 29 -
CMYK 0.61 0 0.43 0.8
HSL 137.42º 0.44% 0.14% -
HSV(B) 137.42º 0.61% 0.2% -
XYZ 1.69 2.61 1.58 -
YUV 39.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 20 51 29 0.61 0 0.43 0.8 137.42 0.44 0.14
Hex 14 33 1D 3D 0 2B 50 89 2C E
Octal 24 63 35 75 0 53 120 211 54 16
Binary 10100 110011 11101 111101 0 101011 1010000 10001001 101100 1110

Color Harmonies of #14331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14331D

Black with #14331D

Text Example


Text Example

White with #14331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14331D; }

 p { color: rgb(20,51,29); }

 H1.HeaderClassName
 {
   color: #14331D;
 }
 .AnyTagClassName
 {
   color: #14331D;
 }
</style>

background-color css

<style>
 a { background-color: #14331D; }

 a { background-color: rgb(20,51,29); }

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

border-color css

<style>
 span { border-color: #14331D; }

 span { border-color: rgb(20,51,29); }

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