#13391E

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

Shades of Deep Fir #13391E

Tints of Deep Fir #13391E

Color information

#13391E (or 0x13391E) is unknown color: approx Deep Fir. HEX triplet: 13, 39 and 1E. RGB value is (19,57,30). Sum of RGB (Red+Green+Blue) = 19+57+30=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 57 (22.66% from 255 or 53.77% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 57 - color contains mainly: green. Hex color #13391E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13391E is #ECC6E1. Grayscale: #2A2A2A. Windows color (decimal): -15517410 or 1980691. OLE color: 1980691.

HSL color Cylindrical-coordinate representation of color #13391E: hue angle of 137.37º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13391E is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB195730-
CMYK0.6700.470.78
HSL137.37º50%14.9%-
HSV(B)137.37º66.67%22.35%-
XYZ1.973.161.73-
YUV42.56120.91111.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 57 (22.66% from 255) = 53.77%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=17.92%
G=53.77%
B=28.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957300.6700.470.78137.375014.9
Hex13391E4302F4E8932f
Octal2371361030571162116217
Binary1001111100111110100001101011111001110100010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13391E; }

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

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

<style>
 a { background-color: #13391E; }

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

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

<style>
 span { border-color: #13391E; }

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

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