#0D391F

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

Shades of Deep Fir #0D391F

Tints of Deep Fir #0D391F

Color information

#0D391F (or 0x0D391F) is unknown color: approx Deep Fir. HEX triplet: 0D, 39 and 1F. RGB value is (13,57,31). Sum of RGB (Red+Green+Blue) = 13+57+31=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #0D391F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D391F is #F2C6E0. Grayscale: #282828. Windows color (decimal): -15910625 or 2046221. OLE color: 2046221.

HSL color Cylindrical-coordinate representation of color #0D391F: hue angle of 144.55º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D391F is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB135731-
CMYK0.7700.460.78
HSL144.55º62.86%13.73%-
HSV(B)144.55º77.19%22.35%-
XYZ1.883.111.8-
YUV40.88122.42108.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.87%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=12.87%
G=56.44%
B=30.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357310.7700.460.78144.5562.8613.73
HexD391F4D02E4E913fe
Octal1571371150561162217716
Binary110111100111111100110101011101001110100100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,57,31); }

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

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

 a { background-color: rgb(13,57,31); }

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

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

 span { border-color: rgb(13,57,31); }

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