#0E361D

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

Shades of Deep Fir #0E361D

Tints of Deep Fir #0E361D

Color information

#0E361D (or 0x0E361D) is unknown color: approx Deep Fir. HEX triplet: 0E, 36 and 1D. RGB value is (14,54,29). Sum of RGB (Red+Green+Blue) = 14+54+29=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #0E361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E361D is #F1C9E2. Grayscale: #272727. Windows color (decimal): -15845859 or 1914382. OLE color: 1914382.

HSL color Cylindrical-coordinate representation of color #0E361D: hue angle of 142.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E361D is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB145429-
CMYK0.7400.460.79
HSL142.5º58.82%13.33%-
HSV(B)142.5º74.07%21.18%-
XYZ1.722.821.62-
YUV39.19122.25110.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.43%
GREEN value IS 54 (21.48% from 255) = 55.67%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=14.43%
G=55.67%
B=29.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1454290.7400.460.79142.558.8213.33
HexE361D4A02E4F8e3bd
Octal1666351120561172167315
Binary111011011011101100101001011101001111100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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