#13381C

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

Shades of Deep Fir #13381C

Tints of Deep Fir #13381C

Color information

#13381C (or 0x13381C) is unknown color: approx Deep Fir. HEX triplet: 13, 38 and 1C. RGB value is (19,56,28). Sum of RGB (Red+Green+Blue) = 19+56+28=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #13381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13381C is #ECC7E3. Grayscale: #292929. Windows color (decimal): -15517668 or 1849363. OLE color: 1849363.

HSL color Cylindrical-coordinate representation of color #13381C: hue angle of 134.59º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13381C is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB195628-
CMYK0.6600.500.78
HSL134.59º49.33%14.71%-
HSV(B)134.59º66.07%21.96%-
XYZ1.893.051.59-
YUV41.74120.24111.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 56 (22.27% from 255) = 54.37%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=18.45%
G=54.37%
B=27.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956280.6600.500.78134.5949.3314.71
Hex13381C420324E8731f
Octal2370341020621162076117
Binary1001111100011100100001001100101001110100001111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13381C; }

 p { color: rgb(19,56,28); }

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

<style>
 a { background-color: #13381C; }

 a { background-color: rgb(19,56,28); }

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

<style>
 span { border-color: #13381C; }

 span { border-color: rgb(19,56,28); }

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