#0F391B

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

Shades of Deep Fir #0F391B

Tints of Deep Fir #0F391B

Color information

#0F391B (or 0x0F391B) is unknown color: approx Deep Fir. HEX triplet: 0F, 39 and 1B. RGB value is (15,57,27). Sum of RGB (Red+Green+Blue) = 15+57+27=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #0F391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F391B is #F0C6E4. Grayscale: #292929. Windows color (decimal): -15779557 or 1784079. OLE color: 1784079.

HSL color Cylindrical-coordinate representation of color #0F391B: hue angle of 137.14º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F391B is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB155727-
CMYK0.7400.530.78
HSL137.14º58.33%14.12%-
HSV(B)137.14º73.68%22.35%-
XYZ1.863.111.54-
YUV41.02120.09109.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.15%
GREEN value IS 57 (22.66% from 255) = 57.58%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=15.15%
G=57.58%
B=27.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1557270.7400.530.78137.1458.3314.12
HexF391B4A0354E893ae
Octal1771331120651162117216
Binary111111100111011100101001101011001110100010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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