#0B471B

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

Shades of Deep Fir #0B471B

Tints of Deep Fir #0B471B

Color information

#0B471B (or 0x0B471B) is unknown color: approx Deep Fir. HEX triplet: 0B, 47 and 1B. RGB value is (11,71,27). Sum of RGB (Red+Green+Blue) = 11+71+27=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #0B471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B471B is #F4B8E4. Grayscale: #303030. Windows color (decimal): -16038117 or 1787659. OLE color: 1787659.

HSL color Cylindrical-coordinate representation of color #0B471B: hue angle of 136º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B471B is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB117127-
CMYK0.8500.620.72
HSL136º73.17%16.08%-
HSV(B)136º84.51%27.84%-
XYZ2.594.661.8-
YUV48.04116.12101.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.09%
GREEN value IS 71 (28.12% from 255) = 65.14%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=10.09%
G=65.14%
B=24.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1171270.8500.620.7213673.1716.08
HexB471B5503E48884910
Octal131073312507611021011120
Binary101110001111101110101010111110100100010001000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,71,27); }

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

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

 a { background-color: rgb(11,71,27); }

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

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

 span { border-color: rgb(11,71,27); }

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