#0E351A

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

Shades of Deep Fir #0E351A

Tints of Deep Fir #0E351A

Color information

#0E351A (or 0x0E351A) is unknown color: approx Deep Fir. HEX triplet: 0E, 35 and 1A. RGB value is (14,53,26). Sum of RGB (Red+Green+Blue) = 14+53+26=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #0E351A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E351A is #F1CAE5. Grayscale: #262626. Windows color (decimal): -15846118 or 1717518. OLE color: 1717518.

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

Color convert

RGB145326-
CMYK0.7400.510.79
HSL138.46º58.21%13.14%-
HSV(B)138.46º73.58%20.78%-
XYZ1.642.711.41-
YUV38.26121.08110.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 53 (21.09% from 255) = 56.99%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=15.05%
G=56.99%
B=27.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1453260.7400.510.79138.4658.2113.14
HexE351A4A0334F8a3ad
Octal1665321120631172127215
Binary111011010111010100101001100111001111100010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,53,26); }

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

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

 a { background-color: rgb(14,53,26); }

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

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

 span { border-color: rgb(14,53,26); }

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