#0D311C

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

Shades of Deep Fir #0D311C

Tints of Deep Fir #0D311C

Color information

#0D311C (or 0x0D311C) is unknown color: approx Deep Fir. HEX triplet: 0D, 31 and 1C. RGB value is (13,49,28). Sum of RGB (Red+Green+Blue) = 13+49+28=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #0D311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D311C is #F2CEE3. Grayscale: #232323. Windows color (decimal): -15912676 or 1847565. OLE color: 1847565.

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

Color convert

RGB134928-
CMYK0.7300.430.81
HSL145º58.06%12.16%-
HSV(B)145º73.47%19.22%-
XYZ1.472.371.48-
YUV35.84123.57111.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.44%
GREEN value IS 49 (19.53% from 255) = 54.44%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=14.44%
G=54.44%
B=31.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349280.7300.430.8114558.0612.16
HexD311C4902B51913ac
Octal1561341110531212217214
Binary110111000111100100100101010111010001100100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,49,28); }

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

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

 a { background-color: rgb(13,49,28); }

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

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

 span { border-color: rgb(13,49,28); }

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