#0B2414

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

Shades of Deep Fir #0B2414

Tints of Deep Fir #0B2414

Color information

#0B2414 (or 0x0B2414) is unknown color: approx Deep Fir. HEX triplet: 0B, 24 and 14. RGB value is (11,36,20). Sum of RGB (Red+Green+Blue) = 11+36+20=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 36 (14.45% from 255 or 53.73% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2414 is #F4DBEB. Grayscale: #1A1A1A. Windows color (decimal): -16047084 or 1319947. OLE color: 1319947.

HSL color Cylindrical-coordinate representation of color #0B2414: hue angle of 141.6º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2414 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB113620-
CMYK0.6900.440.86
HSL141.6º53.19%9.22%-
HSV(B)141.6º69.44%14.12%-
XYZ0.91.380.88-
YUV26.7124.22116.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 16.42%
GREEN value IS 36 (14.45% from 255) = 53.73%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=16.42%
G=53.73%
B=29.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1136200.6900.440.86141.653.199.22
HexB24144502C568e359
Octal1344241050541262166511
Binary101110010010100100010101011001010110100011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,20); }

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

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

 a { background-color: rgb(11,36,20); }

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

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

 span { border-color: rgb(11,36,20); }

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