#0F361B

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

Shades of Deep Fir #0F361B

Tints of Deep Fir #0F361B

Color information

#0F361B (or 0x0F361B) is unknown color: approx Deep Fir. HEX triplet: 0F, 36 and 1B. RGB value is (15,54,27). Sum of RGB (Red+Green+Blue) = 15+54+27=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #0F361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F361B is #F0C9E4. Grayscale: #272727. Windows color (decimal): -15780325 or 1783311. OLE color: 1783311.

HSL color Cylindrical-coordinate representation of color #0F361B: hue angle of 138.46º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F361B is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB155427-
CMYK0.7200.50.79
HSL138.46º56.52%13.53%-
HSV(B)138.46º72.22%21.18%-
XYZ1.712.821.49-
YUV39.26121.08110.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 54 (21.48% from 255) = 56.25%
BLUE value IS 27 (10.94% from 255) = 28.12%
R=15.62%
G=56.25%
B=28.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1554270.7200.50.79138.4656.5213.53
HexF361B480324F8a39e
Octal1766331100621172127116
Binary111111011011011100100001100101001111100010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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