#0E311B

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

Shades of Deep Fir #0E311B

Tints of Deep Fir #0E311B

Color information

#0E311B (or 0x0E311B) is unknown color: approx Deep Fir. HEX triplet: 0E, 31 and 1B. RGB value is (14,49,27). Sum of RGB (Red+Green+Blue) = 14+49+27=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #0E311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E311B is #F1CEE4. Grayscale: #242424. Windows color (decimal): -15847141 or 1782030. OLE color: 1782030.

HSL color Cylindrical-coordinate representation of color #0E311B: hue angle of 142.29º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E311B is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB144927-
CMYK0.7100.450.81
HSL142.29º55.56%12.35%-
HSV(B)142.29º71.43%19.22%-
XYZ1.482.371.42-
YUV36.03122.9112.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.56%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 27 (10.94% from 255) = 30%
R=15.56%
G=54.44%
B=30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1449270.7100.450.81142.2955.5612.35
HexE311B4702D518e38c
Octal1661331070551212167014
Binary111011000111011100011101011011010001100011101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,49,27); }

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

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

 a { background-color: rgb(14,49,27); }

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

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

 span { border-color: rgb(14,49,27); }

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