#0E361B

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

Shades of Deep Fir #0E361B

Tints of Deep Fir #0E361B

Color information

#0E361B (or 0x0E361B) is unknown color: approx Deep Fir. HEX triplet: 0E, 36 and 1B. RGB value is (14,54,27). Sum of RGB (Red+Green+Blue) = 14+54+27=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #0E361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E361B is #F1C9E4. Grayscale: #272727. Windows color (decimal): -15845861 or 1783310. OLE color: 1783310.

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

Color convert

RGB145427-
CMYK0.7400.50.79
HSL139.5º58.82%13.33%-
HSV(B)139.5º74.07%21.18%-
XYZ1.72.811.49-
YUV38.96121.25110.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.74%
GREEN value IS 54 (21.48% from 255) = 56.84%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=14.74%
G=56.84%
B=28.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1454270.7400.50.79139.558.8213.33
HexE361B4A0324F8c3bd
Octal1666331120621172147315
Binary111011011011011100101001100101001111100011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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