#0D311B

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

Shades of Deep Fir #0D311B

Tints of Deep Fir #0D311B

Color information

#0D311B (or 0x0D311B) is unknown color: approx Deep Fir. HEX triplet: 0D, 31 and 1B. RGB value is (13,49,27). Sum of RGB (Red+Green+Blue) = 13+49+27=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #0D311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D311B is #F2CEE4. Grayscale: #232323. Windows color (decimal): -15912677 or 1782029. OLE color: 1782029.

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

Color convert

RGB134927-
CMYK0.7300.450.81
HSL143.33º58.06%12.16%-
HSV(B)143.33º73.47%19.22%-
XYZ1.462.361.42-
YUV35.73123.07111.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.61%
GREEN value IS 49 (19.53% from 255) = 55.06%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=14.61%
G=55.06%
B=30.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1349270.7300.450.81143.3358.0612.16
HexD311B4902D518f3ac
Octal1561331110551212177214
Binary110111000111011100100101011011010001100011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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