#0E371F

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

Shades of Deep Fir #0E371F

Tints of Deep Fir #0E371F

Color information

#0E371F (or 0x0E371F) is unknown color: approx Deep Fir. HEX triplet: 0E, 37 and 1F. RGB value is (14,55,31). Sum of RGB (Red+Green+Blue) = 14+55+31=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #0E371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E371F is #F1C8E0. Grayscale: #282828. Windows color (decimal): -15845601 or 2045710. OLE color: 2045710.

HSL color Cylindrical-coordinate representation of color #0E371F: hue angle of 144.88º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E371F is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB145531-
CMYK0.7500.440.78
HSL144.88º59.42%13.53%-
HSV(B)144.88º74.55%21.57%-
XYZ1.792.921.77-
YUV40122.92109.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14%
GREEN value IS 55 (21.88% from 255) = 55%
BLUE value IS 31 (12.5% from 255) = 31%
R=14%
G=55%
B=31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1455310.7500.440.78144.8859.4213.53
HexE371F4B02C4E913be
Octal1667371130541162217316
Binary111011011111111100101101011001001110100100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,55,31); }

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

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

 a { background-color: rgb(14,55,31); }

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

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

 span { border-color: rgb(14,55,31); }

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