#13381F

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

Shades of Deep Fir #13381F

Tints of Deep Fir #13381F

Color information

#13381F (or 0x13381F) is unknown color: approx Deep Fir. HEX triplet: 13, 38 and 1F. RGB value is (19,56,31). Sum of RGB (Red+Green+Blue) = 19+56+31=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #13381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13381F is #ECC7E0. Grayscale: #2A2A2A. Windows color (decimal): -15517665 or 2045971. OLE color: 2045971.

HSL color Cylindrical-coordinate representation of color #13381F: hue angle of 139.46º 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 #13381F is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB195631-
CMYK0.6600.450.78
HSL139.46º49.33%14.71%-
HSV(B)139.46º66.07%21.96%-
XYZ1.933.071.79-
YUV42.09121.74111.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 56 (22.27% from 255) = 52.83%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=17.92%
G=52.83%
B=29.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956310.6600.450.78139.4649.3314.71
Hex13381F4202D4E8b31f
Octal2370371020551162136117
Binary1001111100011111100001001011011001110100010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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