#13391D

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

Shades of Deep Fir #13391D

Tints of Deep Fir #13391D

Color information

#13391D (or 0x13391D) is unknown color: approx Deep Fir. HEX triplet: 13, 39 and 1D. RGB value is (19,57,29). Sum of RGB (Red+Green+Blue) = 19+57+29=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #13391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13391D is #ECC6E2. Grayscale: #2A2A2A. Windows color (decimal): -15517411 or 1915155. OLE color: 1915155.

HSL color Cylindrical-coordinate representation of color #13391D: hue angle of 135.79º 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 #13391D is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB195729-
CMYK0.6700.490.78
HSL135.79º50%14.9%-
HSV(B)135.79º66.67%22.35%-
XYZ1.953.151.67-
YUV42.45120.41111.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 57 (22.66% from 255) = 54.29%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=18.10%
G=54.29%
B=27.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957290.6700.490.78135.795014.9
Hex13391D430314E8832f
Octal2371351030611162106217
Binary1001111100111101100001101100011001110100010001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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