#0D311D

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

Shades of Deep Fir #0D311D

Tints of Deep Fir #0D311D

Color information

#0D311D (or 0x0D311D) is unknown color: approx Deep Fir. HEX triplet: 0D, 31 and 1D. RGB value is (13,49,29). Sum of RGB (Red+Green+Blue) = 13+49+29=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #0D311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D311D is #F2CEE2. Grayscale: #242424. Windows color (decimal): -15912675 or 1913101. OLE color: 1913101.

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

Color convert

RGB134929-
CMYK0.7300.410.81
HSL146.67º58.06%12.16%-
HSV(B)146.67º73.47%19.22%-
XYZ1.492.371.54-
YUV35.96124.07111.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.29%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=14.29%
G=53.85%
B=31.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349290.7300.410.81146.6758.0612.16
HexD311D4902951933ac
Octal1561351110511212237214
Binary110111000111101100100101010011010001100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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