#0E321E

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

Shades of Deep Fir #0E321E

Tints of Deep Fir #0E321E

Color information

#0E321E (or 0x0E321E) is unknown color: approx Deep Fir. HEX triplet: 0E, 32 and 1E. RGB value is (14,50,30). Sum of RGB (Red+Green+Blue) = 14+50+30=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #0E321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E321E is #F1CDE1. Grayscale: #252525. Windows color (decimal): -15846882 or 1978894. OLE color: 1978894.

HSL color Cylindrical-coordinate representation of color #0E321E: hue angle of 146.67º 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 #0E321E is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB145030-
CMYK0.7200.400.80
HSL146.67º56.25%12.55%-
HSV(B)146.67º72%19.61%-
XYZ1.562.471.62-
YUV36.96124.07111.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.89%
GREEN value IS 50 (19.92% from 255) = 53.19%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=14.89%
G=53.19%
B=31.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1450300.7200.400.80146.6756.2512.55
HexE321E48028509338d
Octal1662361100501202237015
Binary111011001011110100100001010001010000100100111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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