#0D3113

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

Shades of Deep Fir #0D3113

Tints of Deep Fir #0D3113

Color information

#0D3113 (or 0x0D3113) is unknown color: approx Deep Fir. HEX triplet: 0D, 31 and 13. RGB value is (13,49,19). Sum of RGB (Red+Green+Blue) = 13+49+19=81 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.05% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #0D3113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3113 is #F2CEEC. Grayscale: #222222. Windows color (decimal): -15912685 or 1257741. OLE color: 1257741.

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

Color convert

RGB134919-
CMYK0.7300.610.81
HSL130º58.06%12.16%-
HSV(B)130º73.47%19.22%-
XYZ1.382.330.99-
YUV34.82119.07112.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.05%
GREEN value IS 49 (19.53% from 255) = 60.49%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=16.05%
G=60.49%
B=23.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349190.7300.610.8113058.0612.16
HexD31134903D51823ac
Octal1561231110751212027214
Binary110111000110011100100101111011010001100000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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