#0B3415

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

Shades of Deep Fir #0B3415

Tints of Deep Fir #0B3415

Color information

#0B3415 (or 0x0B3415) is unknown color: approx Deep Fir. HEX triplet: 0B, 34 and 15. RGB value is (11,52,21). Sum of RGB (Red+Green+Blue) = 11+52+21=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3415 is #F4CBEA. Grayscale: #242424. Windows color (decimal): -16042987 or 1389579. OLE color: 1389579.

HSL color Cylindrical-coordinate representation of color #0B3415: hue angle of 134.63º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B3415 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB115221-
CMYK0.7900.600.80
HSL134.63º65.08%12.35%-
HSV(B)134.63º78.85%20.39%-
XYZ1.52.581.13-
YUV36.21119.42110.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.10%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 21 (8.59% from 255) = 25%
R=13.10%
G=61.90%
B=25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1152210.7900.600.80134.6365.0812.35
HexB34154F03C508741c
Octal13642511707412020710114
Binary1011110100101011001111011110010100001000011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,52,21); }

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

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

 a { background-color: rgb(11,52,21); }

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

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

 span { border-color: rgb(11,52,21); }

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