#0D3111

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

Shades of Deep Fir #0D3111

Tints of Deep Fir #0D3111

Color information

#0D3111 (or 0x0D3111) is unknown color: approx Deep Fir. HEX triplet: 0D, 31 and 11. RGB value is (13,49,17). Sum of RGB (Red+Green+Blue) = 13+49+17=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3111 is #F2CEEE. Grayscale: #222222. Windows color (decimal): -15912687 or 1126669. OLE color: 1126669.

HSL color Cylindrical-coordinate representation of color #0D3111: hue angle of 126.67º 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 #0D3111 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB134917-
CMYK0.7300.650.81
HSL126.67º58.06%12.16%-
HSV(B)126.67º73.47%19.22%-
XYZ1.372.320.91-
YUV34.59118.07112.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.46%
GREEN value IS 49 (19.53% from 255) = 62.03%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=16.46%
G=62.03%
B=21.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349170.7300.650.81126.6758.0612.16
HexD311149041517f3ac
Octal15612111101011211777214
Binary110111000110001100100101000001101000111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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