#0F351C

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

Shades of Deep Fir #0F351C

Tints of Deep Fir #0F351C

Color information

#0F351C (or 0x0F351C) is unknown color: approx Deep Fir. HEX triplet: 0F, 35 and 1C. RGB value is (15,53,28). Sum of RGB (Red+Green+Blue) = 15+53+28=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #0F351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F351C is #F0CAE3. Grayscale: #262626. Windows color (decimal): -15780580 or 1848591. OLE color: 1848591.

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

Color convert

RGB155328-
CMYK0.7200.470.79
HSL140.53º55.88%13.33%-
HSV(B)140.53º71.7%20.78%-
XYZ1.682.731.54-
YUV38.79121.91111.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.62%
GREEN value IS 53 (21.09% from 255) = 55.21%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=15.62%
G=55.21%
B=29.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1553280.7200.470.79140.5355.8813.33
HexF351C4802F4F8d38d
Octal1765341100571172157015
Binary111111010111100100100001011111001111100011011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,28); }

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

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

 a { background-color: rgb(15,53,28); }

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

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

 span { border-color: rgb(15,53,28); }

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