#0D391E

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

Shades of Deep Fir #0D391E

Tints of Deep Fir #0D391E

Color information

#0D391E (or 0x0D391E) is unknown color: approx Deep Fir. HEX triplet: 0D, 39 and 1E. RGB value is (13,57,30). Sum of RGB (Red+Green+Blue) = 13+57+30=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #0D391E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D391E is #F2C6E1. Grayscale: #282828. Windows color (decimal): -15910626 or 1980685. OLE color: 1980685.

HSL color Cylindrical-coordinate representation of color #0D391E: hue angle of 143.18º 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 #0D391E is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB135730-
CMYK0.7700.470.78
HSL143.18º62.86%13.73%-
HSV(B)143.18º77.19%22.35%-
XYZ1.863.111.73-
YUV40.77121.92108.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13%
GREEN value IS 57 (22.66% from 255) = 57%
BLUE value IS 30 (12.11% from 255) = 30%
R=13%
G=57%
B=30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357300.7700.470.78143.1862.8613.73
HexD391E4D02F4E8f3fe
Octal1571361150571162177716
Binary110111100111110100110101011111001110100011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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