#0E321D

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

Shades of Deep Fir #0E321D

Tints of Deep Fir #0E321D

Color information

#0E321D (or 0x0E321D) is unknown color: approx Deep Fir. HEX triplet: 0E, 32 and 1D. RGB value is (14,50,29). Sum of RGB (Red+Green+Blue) = 14+50+29=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #0E321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E321D is #F1CDE2. Grayscale: #242424. Windows color (decimal): -15846883 or 1913358. OLE color: 1913358.

HSL color Cylindrical-coordinate representation of color #0E321D: hue angle of 145º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E321D is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB145029-
CMYK0.7200.420.80
HSL145º56.25%12.55%-
HSV(B)145º72%19.61%-
XYZ1.542.461.56-
YUV36.84123.57111.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 50 (19.92% from 255) = 53.76%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=15.05%
G=53.76%
B=31.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1450290.7200.420.8014556.2512.55
HexE321D4802A509138d
Octal1662351100521202217015
Binary111011001011101100100001010101010000100100011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E321D; }

 p { color: rgb(14,50,29); }

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

<style>
 a { background-color: #0E321D; }

 a { background-color: rgb(14,50,29); }

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

<style>
 span { border-color: #0E321D; }

 span { border-color: rgb(14,50,29); }

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