#0F401B

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

Shades of Deep Fir #0F401B

Tints of Deep Fir #0F401B

Color information

#0F401B (or 0x0F401B) is unknown color: approx Deep Fir. HEX triplet: 0F, 40 and 1B. RGB value is (15,64,27). Sum of RGB (Red+Green+Blue) = 15+64+27=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #0F401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F401B is #F0BFE4. Grayscale: #2D2D2D. Windows color (decimal): -15777765 or 1785871. OLE color: 1785871.

HSL color Cylindrical-coordinate representation of color #0F401B: hue angle of 134.69º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F401B is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB156427-
CMYK0.7700.580.75
HSL134.69º62.03%15.49%-
HSV(B)134.69º76.56%25.1%-
XYZ2.233.851.66-
YUV45.13117.77106.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=14.15%
G=60.38%
B=25.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564270.7700.580.75134.6962.0315.49
HexF401B4D03A4B873ef
Octal17100331150721132077617
Binary1111100000011011100110101110101001011100001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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