#0F3115

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

Shades of Deep Fir #0F3115

Tints of Deep Fir #0F3115

Color information

#0F3115 (or 0x0F3115) is unknown color: approx Deep Fir. HEX triplet: 0F, 31 and 15. RGB value is (15,49,21). Sum of RGB (Red+Green+Blue) = 15+49+21=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3115 is #F0CEEA. Grayscale: #232323. Windows color (decimal): -15781611 or 1388815. OLE color: 1388815.

HSL color Cylindrical-coordinate representation of color #0F3115: hue angle of 130.59º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3115 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB154921-
CMYK0.6900.570.81
HSL130.59º53.12%12.55%-
HSV(B)130.59º69.39%19.22%-
XYZ1.432.351.09-
YUV35.64119.74113.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.65%
GREEN value IS 49 (19.53% from 255) = 57.65%
BLUE value IS 21 (8.59% from 255) = 24.71%
R=17.65%
G=57.65%
B=24.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549210.6900.570.81130.5953.1212.55
HexF311545039518335d
Octal1761251050711212036515
Binary111111000110101100010101110011010001100000111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,21); }

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

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

 a { background-color: rgb(15,49,21); }

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

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

 span { border-color: rgb(15,49,21); }

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