#0E361E

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

Shades of Deep Fir #0E361E

Tints of Deep Fir #0E361E

Color information

#0E361E (or 0x0E361E) is unknown color: approx Deep Fir. HEX triplet: 0E, 36 and 1E. RGB value is (14,54,30). Sum of RGB (Red+Green+Blue) = 14+54+30=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #0E361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E361E is #F1C9E1. Grayscale: #272727. Windows color (decimal): -15845858 or 1979918. OLE color: 1979918.

HSL color Cylindrical-coordinate representation of color #0E361E: hue angle of 144º 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 #0E361E is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB145430-
CMYK0.7400.440.79
HSL144º58.82%13.33%-
HSV(B)144º74.07%21.18%-
XYZ1.732.831.68-
YUV39.3122.75109.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.29%
GREEN value IS 54 (21.48% from 255) = 55.10%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=14.29%
G=55.10%
B=30.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1454300.7400.440.7914458.8213.33
HexE361E4A02C4F903bd
Octal1666361120541172207315
Binary111011011011110100101001011001001111100100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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