#0B2815

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

Shades of Deep Fir #0B2815

Tints of Deep Fir #0B2815

Color information

#0B2815 (or 0x0B2815) is unknown color: approx Deep Fir. HEX triplet: 0B, 28 and 15. RGB value is (11,40,21). Sum of RGB (Red+Green+Blue) = 11+40+21=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #0B2815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2815 is #F4D7EA. Grayscale: #1D1D1D. Windows color (decimal): -16046059 or 1386507. OLE color: 1386507.

HSL color Cylindrical-coordinate representation of color #0B2815: hue angle of 140.69º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B2815 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB114021-
CMYK0.7200.480.84
HSL140.69º56.86%10%-
HSV(B)140.69º72.5%15.69%-
XYZ1.031.640.97-
YUV29.16123.39115.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.28%
GREEN value IS 40 (16.02% from 255) = 55.56%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=15.28%
G=55.56%
B=29.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1140210.7200.480.84140.6956.8610
HexB281548030548d39a
Octal1350251100601242157112
Binary101110100010101100100001100001010100100011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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