#0B3011

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

Shades of Deep Fir #0B3011

Tints of Deep Fir #0B3011

Color information

#0B3011 (or 0x0B3011) is unknown color: approx Deep Fir. HEX triplet: 0B, 30 and 11. RGB value is (11,48,17). Sum of RGB (Red+Green+Blue) = 11+48+17=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3011 is #F4CFEE. Grayscale: #212121. Windows color (decimal): -16044015 or 1126411. OLE color: 1126411.

HSL color Cylindrical-coordinate representation of color #0B3011: hue angle of 129.73º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B3011 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB114817-
CMYK0.7700.650.81
HSL129.73º62.71%11.57%-
HSV(B)129.73º77.08%18.82%-
XYZ1.32.230.89-
YUV33.4118.74112.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.47%
GREEN value IS 48 (19.14% from 255) = 63.16%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=14.47%
G=63.16%
B=22.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1148170.7700.650.81129.7362.7111.57
HexB30114D04151823fc
Octal13602111501011212027714
Binary1011110000100011001101010000011010001100000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,48,17); }

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

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

 a { background-color: rgb(11,48,17); }

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

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

 span { border-color: rgb(11,48,17); }

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