#14331A

Color #14331A Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #14331A

Tints of Deep Fir #14331A

Color information

#14331A (or 0x14331A) is unknown color: approx Deep Fir. HEX triplet: 14, 33 and 1A. RGB value is (20,51,26). Sum of RGB (Red+Green+Blue) = 20+51+26=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #14331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14331A is #EBCCE5. Grayscale: #262626. Windows color (decimal): -15453414 or 1717012. OLE color: 1717012.

HSL color Cylindrical-coordinate representation of color #14331A: hue angle of 131.61º 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 #14331A is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB205126-
CMYK0.6100.490.8
HSL131.61º43.66%13.92%-
HSV(B)131.61º60.78%20%-
XYZ1.662.591.39-
YUV38.88120.73114.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 51 (20.31% from 255) = 52.58%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=20.62%
G=52.58%
B=26.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2051260.6100.490.8131.6143.6613.92
Hex14331A3D03150842ce
Octal246332750611202045416
Binary101001100111101011110101100011010000100001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14331A;
 }
 .AnyTagClassName
 {
   color: #14331A;
 }
</style>
background-color css

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

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

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

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

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

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