#0F331B

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

Shades of Deep Fir #0F331B

Tints of Deep Fir #0F331B

Color information

#0F331B (or 0x0F331B) is unknown color: approx Deep Fir. HEX triplet: 0F, 33 and 1B. RGB value is (15,51,27). Sum of RGB (Red+Green+Blue) = 15+51+27=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #0F331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F331B is #F0CCE4. Grayscale: #252525. Windows color (decimal): -15781093 or 1782543. OLE color: 1782543.

HSL color Cylindrical-coordinate representation of color #0F331B: hue angle of 140º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F331B is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB155127-
CMYK0.7100.470.8
HSL140º54.55%12.94%-
HSV(B)140º70.59%20%-
XYZ1.582.551.45-
YUV37.5122.07111.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.13%
GREEN value IS 51 (20.31% from 255) = 54.84%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=16.13%
G=54.84%
B=29.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1551270.7100.470.814054.5512.94
HexF331B4702F508c37d
Octal1763331070571202146715
Binary111111001111011100011101011111010000100011001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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