#0E301B

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

Shades of Deep Fir #0E301B

Tints of Deep Fir #0E301B

Color information

#0E301B (or 0x0E301B) is unknown color: approx Deep Fir. HEX triplet: 0E, 30 and 1B. RGB value is (14,48,27). Sum of RGB (Red+Green+Blue) = 14+48+27=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #0E301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E301B is #F1CFE4. Grayscale: #232323. Windows color (decimal): -15847397 or 1781774. OLE color: 1781774.

HSL color Cylindrical-coordinate representation of color #0E301B: hue angle of 142.94º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E301B is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB144827-
CMYK0.7100.440.81
HSL142.94º54.84%12.16%-
HSV(B)142.94º70.83%18.82%-
XYZ1.442.291.4-
YUV35.44123.24112.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.73%
GREEN value IS 48 (19.14% from 255) = 53.93%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=15.73%
G=53.93%
B=30.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1448270.7100.440.81142.9454.8412.16
HexE301B4702C518f37c
Octal1660331070541212176714
Binary111011000011011100011101011001010001100011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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