#0B471C

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

Shades of Deep Fir #0B471C

Tints of Deep Fir #0B471C

Color information

#0B471C (or 0x0B471C) is unknown color: approx Deep Fir. HEX triplet: 0B, 47 and 1C. RGB value is (11,71,28). Sum of RGB (Red+Green+Blue) = 11+71+28=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #0B471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B471C is #F4B8E3. Grayscale: #303030. Windows color (decimal): -16038116 or 1853195. OLE color: 1853195.

HSL color Cylindrical-coordinate representation of color #0B471C: hue angle of 137º 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 #0B471C is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB117128-
CMYK0.8500.610.72
HSL137º73.17%16.08%-
HSV(B)137º84.51%27.84%-
XYZ2.64.661.86-
YUV48.16116.62101.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 71 (28.12% from 255) = 64.55%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=10%
G=64.55%
B=25.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1171280.8500.610.7213773.1716.08
HexB471C5503D48894910
Octal131073412507511021111120
Binary101110001111110010101010111101100100010001001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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