#0B491B

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

Shades of Deep Fir #0B491B

Tints of Deep Fir #0B491B

Color information

#0B491B (or 0x0B491B) is unknown color: approx Deep Fir. HEX triplet: 0B, 49 and 1B. RGB value is (11,73,27). Sum of RGB (Red+Green+Blue) = 11+73+27=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #0B491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B491B is #F4B6E4. Grayscale: #313131. Windows color (decimal): -16037605 or 1788171. OLE color: 1788171.

HSL color Cylindrical-coordinate representation of color #0B491B: hue angle of 135.48º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B491B is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB117327-
CMYK0.8500.630.71
HSL135.48º73.81%16.47%-
HSV(B)135.48º84.93%28.63%-
XYZ2.724.921.84-
YUV49.22115.46100.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 73 (28.91% from 255) = 65.77%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=9.91%
G=65.77%
B=24.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173270.8500.630.71135.4873.8116.47
HexB491B5503F47874a10
Octal131113312507710720711220
Binary101110010011101110101010111111100011110000111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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