#0B2713

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

Shades of Deep Fir #0B2713

Tints of Deep Fir #0B2713

Color information

#0B2713 (or 0x0B2713) is unknown color: approx Deep Fir. HEX triplet: 0B, 27 and 13. RGB value is (11,39,19). Sum of RGB (Red+Green+Blue) = 11+39+19=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 39 (15.62% from 255 or 56.52% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2713 is #F4D8EC. Grayscale: #1C1C1C. Windows color (decimal): -16046317 or 1255179. OLE color: 1255179.

HSL color Cylindrical-coordinate representation of color #0B2713: hue angle of 137.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B2713 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB113919-
CMYK0.7200.510.85
HSL137.14º56%9.8%-
HSV(B)137.14º71.79%15.29%-
XYZ0.981.570.87-
YUV28.35122.72115.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.94%
GREEN value IS 39 (15.62% from 255) = 56.52%
BLUE value IS 19 (7.81% from 255) = 27.54%
R=15.94%
G=56.52%
B=27.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139190.7200.510.85137.14569.8
HexB271348033558938a
Octal1347231100631252117012
Binary101110011110011100100001100111010101100010011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,39,19); }

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

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

 a { background-color: rgb(11,39,19); }

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

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

 span { border-color: rgb(11,39,19); }

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