#0F311B

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

Shades of Deep Fir #0F311B

Tints of Deep Fir #0F311B

Color information

#0F311B (or 0x0F311B) is unknown color: approx Deep Fir. HEX triplet: 0F, 31 and 1B. RGB value is (15,49,27). Sum of RGB (Red+Green+Blue) = 15+49+27=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #0F311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F311B is #F0CEE4. Grayscale: #242424. Windows color (decimal): -15781605 or 1782031. OLE color: 1782031.

HSL color Cylindrical-coordinate representation of color #0F311B: hue angle of 141.18º 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 #0F311B is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB154927-
CMYK0.6900.450.81
HSL141.18º53.12%12.55%-
HSV(B)141.18º69.39%19.22%-
XYZ1.492.381.42-
YUV36.33122.74112.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.48%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=16.48%
G=53.85%
B=29.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1549270.6900.450.81141.1853.1212.55
HexF311B4502D518d35d
Octal1761331050551212156515
Binary111111000111011100010101011011010001100011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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