#0E331C

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

Shades of Deep Fir #0E331C

Tints of Deep Fir #0E331C

Color information

#0E331C (or 0x0E331C) is unknown color: approx Deep Fir. HEX triplet: 0E, 33 and 1C. RGB value is (14,51,28). Sum of RGB (Red+Green+Blue) = 14+51+28=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #0E331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E331C is #F1CCE3. Grayscale: #252525. Windows color (decimal): -15846628 or 1848078. OLE color: 1848078.

HSL color Cylindrical-coordinate representation of color #0E331C: hue angle of 142.7º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E331C is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.

Color convert

RGB145128-
CMYK0.7300.450.8
HSL142.7º56.92%12.75%-
HSV(B)142.7º72.55%20%-
XYZ1.572.541.51-
YUV37.32122.74111.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 51 (20.31% from 255) = 54.84%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=15.05%
G=54.84%
B=30.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1451280.7300.450.8142.756.9212.75
HexE331C4902D508f39d
Octal1663341110551202177115
Binary111011001111100100100101011011010000100011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,51,28); }

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

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

 a { background-color: rgb(14,51,28); }

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

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

 span { border-color: rgb(14,51,28); }

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